Changes in src/Actions/Makefile.am [531f27:004d5c]
- File:
-
- 1 edited
-
src/Actions/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Makefile.am
r531f27 r004d5c 196 196 FRAGMENTATIONACTIONDEFS = \ 197 197 Actions/FragmentationAction/FragmentationAction.def 198 199 if CONDJOBMARKET 200 FRAGMENTATIONACTIONSOURCE += \ 201 Actions/FragmentationAction/FragmentationAutomationAction.cpp 202 FRAGMENTATIONACTIONHEADER += \ 203 Actions/FragmentationAction/FragmentationAutomationAction.hpp 204 FRAGMENTATIONACTIONDEFS += \ 205 Actions/FragmentationAction/FragmentationAutomationAction.def 206 endif 198 207 199 208 GRAPHACTIONSOURCE = \ … … 454 463 libMolecuilderActionPrototypes.la 455 464 # libMolecuilderActionPython.la 465 libMolecuilderActionPrototypes_la_CPPFLAGS = $(AM_CPPFLAGS) 466 if CONDJOBMARKET 467 libMolecuilderActionPrototypes_la_CPPFLAGS += $(JobMarket_CFLAGS) 468 endif 456 469 libMolecuilderActions_la_includedir = $(includedir)/MoleCuilder/Actions/ 457 470 libMolecuilderActionPrototypes_la_includedir = $(includedir)/MoleCuilder/Actions/
Note:
See TracChangeset
for help on using the changeset viewer.
