diff options
Diffstat (limited to 'kbruch/testcases')
-rw-r--r-- | kbruch/testcases/Makefile.am | 4 | ||||
-rw-r--r-- | kbruch/testcases/README | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kbruch/testcases/Makefile.am b/kbruch/testcases/Makefile.am index 023a4d24..99c6e9f8 100644 --- a/kbruch/testcases/Makefile.am +++ b/kbruch/testcases/Makefile.am @@ -2,10 +2,10 @@ check_PROGRAMS = kbruch_test kbruch_test_SOURCES = task.cpp ratio.cpp ratio_test.cpp primenumber.cpp primenumber_test.cpp kbruch_test.cpp -kbruch_test_LDADD = -lboost_unit_test_framework-gcc $(LIB_KDEUI) +kbruch_test_LDADD = -lboost_unit_test_framework-gcc $(LIB_TDEUI) # the library search path. -kbruch_test_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kbruch_test_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor EXTRA_DIST = primenumber.cpp primenumber.h ratio.cpp ratio.h task.cpp task.h primenumber_test.cpp ratio_test.cpp kbruch_test.cpp diff --git a/kbruch/testcases/README b/kbruch/testcases/README index cece8143..b03b8a86 100644 --- a/kbruch/testcases/README +++ b/kbruch/testcases/README @@ -59,7 +59,7 @@ have to edit the Makefile.am in this directory to correctly link against libboost_unit_test_framework-YOURCOMPILER. Edit the following line in Makefile.am: -kbruch_test_LDADD = -lboost_unit_test_framework-gcc $(LIB_KDEUI) +kbruch_test_LDADD = -lboost_unit_test_framework-gcc $(LIB_TDEUI) I hope someone finds a portable way to do this Makefile stuff. Please fix it, I'm not a Automake/Autoconf guru! |