You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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)
|
|
|