Changes in src/Makefile.am [326bbe:4f7f34e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r326bbe r4f7f34e 102 102 Patterns/Singleton.hpp 103 103 104 # all these files are only used for legacy reasons while the transition is in progress 105 # they are only needed to keep the program usable at any point of the transition and will be 106 # deleted once everything is fully refactored 107 LEGACYSOURCE = Legacy/oldmenu.cpp 108 LEGACYHEADER = Legacy/oldmenu.hpp 109 104 110 DESCRIPTORSOURCE = Descriptors/AtomDescriptor.cpp \ 105 111 Descriptors/AtomIdDescriptor.cpp \ … … 139 145 ${DESCRIPTORSOURCE} \ 140 146 ${HELPERSOURCE} \ 147 ${LEGACYSOURCE} \ 141 148 ${EXCEPTIONSOURCE} \ 142 149 bond.cpp \ … … 186 193 ${DESCRIPTORHEADER} \ 187 194 ${EXCEPTIONHEADER} \ 195 ${LEGACYHEADER} \ 188 196 bond.hpp \ 189 197 bondgraph.hpp \
Note:
See TracChangeset
for help on using the changeset viewer.