Changes in src/unittests/Makefile.am [35b698:6d574a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
r35b698 r6d574a 52 52 GSLLIBS = ../libgslwrapper.a $(BOOST_LIB) ${BOOST_THREAD_LIB} 53 53 ALLLIBS = ../libmolecuilder.a ${GSLLIBS} 54 PARSERLIBS = ../libparser.a ${ALLLIBS}55 54 56 55 TESTSOURCES = \ … … 202 201 203 202 ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp 204 ParserUnitTest_LDADD = ${ PARSERLIBS}203 ParserUnitTest_LDADD = ${ALLLIBS} 205 204 206 205 periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp … … 211 210 212 211 SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp 213 SingletonTest_LDADD = $ (BOOST_LIB) ${BOOST_THREAD_LIB}212 SingletonTest_LDADD = ${ALLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB} 214 213 215 214 StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.