blob: 9dc8ffccc75252460a25ec0a41919fc7a2ddb909 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
METASOURCES = AUTO
kpilotDaemonicondir = $(kde_datadir)/kpilot/icons
kpilotDaemonicon_ICON = hotsync busysync nosync
kpiloticondir = $(kde_datadir)/kpilot/icons
kpiloticon_ICON = backup fastsync fullsync listsync restore \
kpilotaddress \
kpilotknotes \
kpilotfileinstaller \
kpilotdb \
kpilotcalendar \
kpilottodo \
kpilotbhotsync
KDE_ICON = kpilot kpilotDaemon
kpilotpicsdir = $(kde_datadir)/kpilot/pics
kpilotpics_DATA = kpilot-splash.png
|