summaryrefslogtreecommitdiffstats
path: root/kdpkg-install/Makefile.am
diff options
context:
space:
mode:
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 c0ed3d9..18dde5c 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)
+kdpkg_install_LDFLAGS = $(KDE_RPATH) $(all_libraries) -lkio
kdpkg_install_LDADD = $(LIB_KDEUI)