From 04b269100ef9a0ea09ab6557095b18ccdf168074 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Thu, 29 Mar 2001 15:46:37 +0000 Subject: Fixed debian compile bug. Fixed link when libplp is not yet installed. --- kde2/plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kde2/plugins') diff --git a/kde2/plugins/Makefile.am b/kde2/plugins/Makefile.am index d2ccdfa..96e0da1 100644 --- a/kde2/plugins/Makefile.am +++ b/kde2/plugins/Makefile.am @@ -10,7 +10,7 @@ lib_LTLIBRARIES = libplpprops.la libplpprops_la_SOURCES = plpprops.cc plppropsFactory.cc pie3dpiece.cpp \ pie3dwidget.cpp -libplpprops_la_LIBADD = -L$(top_srcdir)/lib -lplp $(LIB_KIO) $(LIB_KFILE) +libplpprops_la_LIBADD = -L$(top_srcdir)/lib/.libs -lplp $(LIB_KIO) $(LIB_KFILE) noinst_HEADERS = plpprops.h plppropsFactory.h pie3dpiece.h pie3dwidget.h services_DATA = plpprops.desktop -- cgit v1.2.3