Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Element/unittests/Makefile.am

    r31bd9c r748fc7  
    2222
    2323ELEMENTLIBS = \
     24        libUnitTest.la \
     25        ../libMolecuilder.la \
    2426        ../libMolecuilderElement.la \
    2527        ../libMolecuilderHelpers.la \
     28        $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS) \
    2629        $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) \
    2730        ${CodePatterns_LIBS}
    2831
    29 ElementUnitTest_SOURCES =   $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     32ElementUnitTest_SOURCES = \
    3033  ../Element/unittests/ElementUnitTest.cpp \
    3134  ../Element/unittests/ElementUnitTest.hpp
    3235ElementUnitTest_LDADD = $(ELEMENTLIBS)
    3336
    34 IonUnitTest_SOURCES =   $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     37IonUnitTest_SOURCES = \
    3538  ../Element/unittests/IonUnitTest.cpp \
    3639  ../Element/unittests/IonUnitTest.hpp
    3740IonUnitTest_LDADD = $(ELEMENTLIBS)
    3841
    39 PeriodentafelUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     42PeriodentafelUnitTest_SOURCES = \
    4043        ../Element/unittests/PeriodentafelUnitTest.cpp \
    4144        ../Element/unittests/PeriodentafelUnitTest.hpp
Note: See TracChangeset for help on using the changeset viewer.