Changes in src/Jobs/unittests/Makefile.am [353326:748fc7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Jobs/unittests/Makefile.am
r353326 r748fc7 17 17 18 18 JOBSLIBS = \ 19 libUnitTest.la \ 20 ../libMolecuilder.la \ 19 21 ../libMolecuilderJobs.la \ 20 22 ../libMolecuilderFragmentationContainers.la \ … … 27 29 28 30 MPQCCommandJobUnitTest_LDFLAGS = ${CodePatterns_LIBS} $(CPPUNIT_LIBS) -ldl 29 MPQCCommandJobUnitTest_CPPFLAGS = $ {BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) ${CodePatterns_CFLAGS} ${JobMarket_CFLAGS}30 MPQCCommandJobUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\31 MPQCCommandJobUnitTest_CPPFLAGS = $(AM_CPPFLAGS) ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) ${CodePatterns_CFLAGS} ${JobMarket_CFLAGS} 32 MPQCCommandJobUnitTest_SOURCES = \ 31 33 ../Jobs/unittests/MPQCCommandJobUnitTest.cpp \ 32 34 ../Jobs/unittests/MPQCCommandJobUnitTest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.