summaryrefslogtreecommitdiffstats
path: root/kregexpeditor
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor')
-rw-r--r--kregexpeditor/Makefile.am6
-rw-r--r--kregexpeditor/test-without-dl/Makefile.am2
2 files changed, 4 insertions, 4 deletions
diff --git a/kregexpeditor/Makefile.am b/kregexpeditor/Makefile.am
index 22460b6..d21c7a8 100644
--- a/kregexpeditor/Makefile.am
+++ b/kregexpeditor/Makefile.am
@@ -29,7 +29,7 @@ libkregexpeditorcommon_la_SOURCES = \
libkregexpeditorcommon_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
libkregexpeditorcommon_la_LIBADD = KMultiFormListBox/libtdemultiformlistbox.la \
- KWidgetStreamer/libkwidgetstreamer.la $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
+ KWidgetStreamer/libkwidgetstreamer.la $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
METASOURCES = AUTO
@@ -46,8 +46,8 @@ libkregexpeditorgui_la_LIBADD = libkregexpeditorcommon.la
bin_PROGRAMS = kregexpeditor
kregexpeditor_SOURCES = main.cpp
-kregexpeditor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
-kregexpeditor_LDADD = libkregexpeditorcommon.la $(LIB_KIO)
+kregexpeditor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+kregexpeditor_LDADD = libkregexpeditorcommon.la $(LIB_TDEIO)
kregexpeditor_INCLUDES = $(all_includes)
xdg_apps_DATA = kregexpeditor.desktop
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