Changes in src/Atom/unittests/Makefile.am [353326:748fc7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Atom/unittests/Makefile.am
r353326 r748fc7 21 21 22 22 ATOMTESTLIBS = \ 23 libUnitTest.la \ 24 ../libMolecuilder.la \ 23 25 ../libMolecuilderUI.la 24 26 ATOMTESTLIBS += \ … … 27 29 $(BOOST_LIB) 28 30 29 AtomObserverUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\31 AtomObserverUnitTest_SOURCES = \ 30 32 ../Atom/unittests/AtomObserverUnitTest.cpp \ 31 33 ../Atom/unittests/AtomObserverUnitTest.hpp \ … … 34 36 AtomObserverUnitTest_LDADD = ${ATOMTESTLIBS} 35 37 36 CopyAtomsInterfaceUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp\38 CopyAtomsInterfaceUnitTest_SOURCES = \ 37 39 ../Atom/unittests/CopyAtomsInterfaceUnitTest.cpp \ 38 40 ../Atom/unittests/CopyAtomsInterfaceUnitTest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.