diff options
Diffstat (limited to 'kopete/plugins/smpppdcs/unittest/Makefile.am')
-rw-r--r-- | kopete/plugins/smpppdcs/unittest/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/plugins/smpppdcs/unittest/Makefile.am b/kopete/plugins/smpppdcs/unittest/Makefile.am index 093f425d..3fc4fcee 100644 --- a/kopete/plugins/smpppdcs/unittest/Makefile.am +++ b/kopete/plugins/smpppdcs/unittest/Makefile.am @@ -5,11 +5,11 @@ METASOURCES = AUTO check_PROGRAMS = smpppdcstests smpppdcstests_SOURCES = main.cpp clienttest.cpp -smpppdcstests_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -smpppdcstests_LDADD = ../libsmpppdclient/libsmpppdclient.la -lkunittestgui +smpppdcstests_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +smpppdcstests_LDADD = ../libsmpppdclient/libsmpppdclient.la -ltdeunittestgui noinst_HEADERS = clienttest.h check: - kunittest ./smpppdcstests ClientTest + tdeunittest ./smpppdcstests ClientTest |