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