aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/kioslave
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-03-29 15:46:37 +0000
committerFritz Elfert <felfert@to.com>2001-03-29 15:46:37 +0000
commit04b269100ef9a0ea09ab6557095b18ccdf168074 (patch)
tree28ef682cd560565b9a8b080f8c496b8721339a8f /kde2/kioslave
parent63be61f0a1e1e4ea35b2829d5d28af30f38c3e2e (diff)
downloadplptools-04b269100ef9a0ea09ab6557095b18ccdf168074.tar.gz
plptools-04b269100ef9a0ea09ab6557095b18ccdf168074.tar.bz2
plptools-04b269100ef9a0ea09ab6557095b18ccdf168074.zip
Fixed debian compile bug.
Fixed link when libplp is not yet installed.
Diffstat (limited to 'kde2/kioslave')
-rw-r--r--kde2/kioslave/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde2/kioslave/Makefile.am b/kde2/kioslave/Makefile.am
index 06c3976..2614751 100644
--- a/kde2/kioslave/Makefile.am
+++ b/kde2/kioslave/Makefile.am
@@ -11,7 +11,7 @@ kio_plp_la_LDFLAGS = -module -avoid-version
lib_LTLIBRARIES = kio_plp.la
kio_plp_la_SOURCES = kio_plp.cpp
-kio_plp_la_LIBADD = -L$(top_srcdir)/lib -lplp $(LIB_KIO)
+kio_plp_la_LIBADD = -L$(top_srcdir)/lib/.libs -lplp $(LIB_KIO)
noinst_HEADERS = kio_plp.h