Changeset 2482 for trunk/yat/omic/Makefile.am
- Timestamp:
- Apr 25, 2011, 12:17:19 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/omic/Makefile.am
r2368 r2482 3 3 ## $Id$ 4 4 5 # Copyright (C) 2010 Peter Johansson5 # Copyright (C) 2010, 2011 Peter Johansson 6 6 # 7 7 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 25 25 libomic_la_SOURCES += DNA.cc 26 26 libomic_la_SOURCES += GenomicPosition.cc 27 libomic_la_SOURCES += GFF.cc 28 libomic_la_SOURCES += GFF2.cc 29 libomic_la_SOURCES += GFF3.cc 27 30 28 31 include_omicdir = $(includedir)/yat/omic … … 32 35 include_omic_HEADERS += DNA.h 33 36 include_omic_HEADERS += GenomicPosition.h 37 include_omic_HEADERS += GFF.h 38 include_omic_HEADERS += GFF2.h 39 include_omic_HEADERS += GFF3.h 34 40 35 41 DISTCLEANFILES = doxygen.mk
Note: See TracChangeset
for help on using the changeset viewer.