diff options
Diffstat (limited to 'kregexpeditor/test-without-dl/Makefile.am')
-rw-r--r-- | kregexpeditor/test-without-dl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/test-without-dl/Makefile.am b/kregexpeditor/test-without-dl/Makefile.am index 2162d09..e274a92 100644 --- a/kregexpeditor/test-without-dl/Makefile.am +++ b/kregexpeditor/test-without-dl/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = regexptest regexptest_SOURCES = main.cpp regexptest_LDFLAGS = $(all_libraries) -regexptest_LDADD = ../libkregexpeditorgui.la $(LIB_KSYCOCA) +regexptest_LDADD = ../libkregexpeditorgui.la $(LIB_TDESYCOCA) INCLUDES = $(all_includes) KDE_CXXFLAGS = -g |