diff --git a/sflphone-common/test/Makefile.am b/sflphone-common/test/Makefile.am index e62c988530a4f827fe03e1de6d1140924fcb1b50..a670b50d91a036d5023c7b889d485471ed21c60f 100644 --- a/sflphone-common/test/Makefile.am +++ b/sflphone-common/test/Makefile.am @@ -41,16 +41,4 @@ test_SOURCES = \ gaincontroltest.h \ gaincontroltest.cpp -LLIBS=$(CPPUNIT_LIBS) \ - ../src/sflphoned-logger.o \ - ../src/sflphoned-managerimpl.o \ - ../src/sflphoned-account.o\ - ../src/sflphoned-accountcreator.o \ - ../src/sflphoned-call.o \ - ../src/sflphoned-conference.o \ - ../src/sflphoned-eventthread.o \ - ../src/sflphoned-managerimpl_registration.o \ - ../src/sflphoned-numbercleaner.o \ - ../src/sflphoned-voiplink.o \ - ../src/sflphoned-preferences.o \ - ../src/libsflphone.la +LLIBS=$(CPPUNIT_LIBS) ../src/libsflphone.la