Changeset 0647f4 for molecuilder/src/Makefile.am
- Timestamp:
- May 8, 2010, 12:17:30 PM (16 years ago)
- Children:
- 401b97
- Parents:
- abde75 (diff), d3513b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
molecuilder/src/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Makefile.am
rabde75 r0647f4 50 50 51 51 52 PARSERSOURCE = Parser/ChangeTracker.cpp Parser/FormatParser.cpp Parser/TremoloParser.cpp Parser/XyzParser.cpp 53 PARSERHEADER = Parser/ChangeTracker.hpp Parser/FormatParser.hpp Parser/TremoloParser.hpp Parser/XyzParser.hpp 54 52 55 PATTERNSOURCE = Patterns/Observer.cpp 53 56 PATTERNHEADER = Patterns/Cacheable.hpp \ … … 98 101 ${ATOMSOURCE} \ 99 102 ${PATTERNSOURCE} \ 103 ${PARSERSOURCE} \ 100 104 ${UISOURCE} \ 101 105 ${DESCRIPTORSOURCE} \ … … 140 144 ${ANALYSISHEADER} \ 141 145 ${ATOMHEADER} \ 146 ${PARSERHEADER} \ 142 147 ${PATTERNHEADER} \ 143 148 ${UIHEADER} \
Note:
See TracChangeset
for help on using the changeset viewer.
