From adec25f54995debcaa165864eaaf4654802f0ca0 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Tue, 16 Jul 2002 05:58:13 +0000 Subject: - Debian package now nearly finished - Applied patches from Chris Halls --- kde2/plugins/Makefile.am | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'kde2/plugins') diff --git a/kde2/plugins/Makefile.am b/kde2/plugins/Makefile.am index f8e20f7..e0cfb82 100644 --- a/kde2/plugins/Makefile.am +++ b/kde2/plugins/Makefile.am @@ -1,14 +1,13 @@ -libdir=$(kde_libraries) - INCLUDES = $(all_includes) -I$(top_srcdir)/lib LDFLAGS = $(all_libraries) -libplpprops_la_LDFLAGS = $(LIBDEBUG) $(all_libraries) -module -no-undefined -version-info $(LIBVERSION) +kdemoduledir = $(kde_moduledir) +kdemodule_LTLIBRARIES = libplpprops.la -METASOURCES = AUTO +libplpprops_la_LDFLAGS = $(LIBDEBUG) $(all_libraries) $(KDE_PLUGIN) -lib_LTLIBRARIES = libplpprops.la +METASOURCES = AUTO libplpprops_la_SOURCES = plpprops.cc plppropsFactory.cc pie3dpiece.cpp \ pie3dwidget.cpp @@ -17,7 +16,7 @@ noinst_HEADERS = plpprops.h plppropsFactory.h pie3dpiece.h pie3dwidget.h services_DATA = plpprops.desktop servicesdir = $(kde_servicesdir) -EXTRA_DIST += $(services_DATA) +EXTRA_DIST = $(services_DATA) messages: $(XGETTEXT) -C -ki18n -kI18N_NOOP -ktranslate -kaliasLocale *.cc *.cpp *.h && mv messages.po ../po/libplpprops.pot -- cgit v1.2.3