summaryrefslogtreecommitdiffstats
path: root/kdpkg-install/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-28 10:22:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-28 10:22:20 -0600
commit8455d9936fc8edb6ccc65aae602400ab25b725cb (patch)
tree9344ee0462741b2f9fd0ed04bcb76b48b16ba011 /kdpkg-install/Makefile.am
parent6e7304921eb71144c7b9fe2a7f9733480f7ff10f (diff)
downloadkdpkg-8455d9936fc8edb6ccc65aae602400ab25b725cb.tar.gz
kdpkg-8455d9936fc8edb6ccc65aae602400ab25b725cb.zip
Fix up remaining references to -lkio
Diffstat (limited to 'kdpkg-install/Makefile.am')
-rw-r--r--kdpkg-install/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/Makefile.am b/kdpkg-install/Makefile.am
index 3bc937b..dc6a4cc 100644
--- a/kdpkg-install/Makefile.am
+++ b/kdpkg-install/Makefile.am
@@ -9,7 +9,7 @@ METASOURCES = AUTO
# the application source, library search path, and link libraries
kdpkg_install_SOURCES = main.cpp install.cpp installdialog.ui process.cpp console.cpp consoledialog.ui
-kdpkg_install_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -lkio
+kdpkg_install_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdeio
kdpkg_install_LDADD = $(LIB_TDEUI)