summaryrefslogtreecommitdiffstats
path: root/kpackage/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:01:42 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:57:49 +0200
commitd5e71b118ef627832c7444497293376c45a2185e (patch)
treed9cccfb704e2b1a94acbdb79cc04f93b106a0dcc /kpackage/Makefile.am
parent1ae2c87a2484933da4b3c1b7b342c4b08d2e29db (diff)
downloadtdeadmin-d5e71b118ef627832c7444497293376c45a2185e.tar.gz
tdeadmin-d5e71b118ef627832c7444497293376c45a2185e.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'kpackage/Makefile.am')
-rw-r--r--kpackage/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/Makefile.am b/kpackage/Makefile.am
index 1a4eb3c..4d07f68 100644
--- a/kpackage/Makefile.am
+++ b/kpackage/Makefile.am
@@ -20,7 +20,7 @@ kpackage_SOURCES = kpackage.cpp managementWidget.cpp packageDisplay.cpp \
kpackage_METASOURCES = AUTO
# the library search path
-kpackage_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+kpackage_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.