diff options
Diffstat (limited to 'kpf/Makefile.am')
-rw-r--r-- | kpf/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kpf/Makefile.am b/kpf/Makefile.am new file mode 100644 index 00000000..12930b43 --- /dev/null +++ b/kpf/Makefile.am @@ -0,0 +1,12 @@ +SUBDIRS = src + +KDE_ICON = kpf + +appletdir = $(kde_datadir)/kicker/applets +applet_DATA = kpfapplet.desktop + +servicedir = $(kde_servicesdir) +service_DATA = kpfpropertiesdialogplugin.desktop + +EXTRA_DIST = $(applet_DATA) $(service_DATA) + |