Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Makefile.am

    r531f27 r004d5c  
    196196FRAGMENTATIONACTIONDEFS = \
    197197  Actions/FragmentationAction/FragmentationAction.def
     198
     199if CONDJOBMARKET
     200FRAGMENTATIONACTIONSOURCE += \
     201  Actions/FragmentationAction/FragmentationAutomationAction.cpp
     202FRAGMENTATIONACTIONHEADER += \
     203  Actions/FragmentationAction/FragmentationAutomationAction.hpp
     204FRAGMENTATIONACTIONDEFS += \
     205  Actions/FragmentationAction/FragmentationAutomationAction.def
     206endif
    198207
    199208GRAPHACTIONSOURCE = \
     
    454463        libMolecuilderActionPrototypes.la
    455464#       libMolecuilderActionPython.la
     465libMolecuilderActionPrototypes_la_CPPFLAGS = $(AM_CPPFLAGS)
     466if CONDJOBMARKET
     467libMolecuilderActionPrototypes_la_CPPFLAGS += $(JobMarket_CFLAGS)
     468endif
    456469libMolecuilderActions_la_includedir = $(includedir)/MoleCuilder/Actions/
    457470libMolecuilderActionPrototypes_la_includedir = $(includedir)/MoleCuilder/Actions/
Note: See TracChangeset for help on using the changeset viewer.