aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'kde2/plugins')
-rw-r--r--kde2/plugins/Makefile.am11
1 files changed, 5 insertions, 6 deletions
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