blob: 3ba76ca5c1bc23b1f22b66d382d5c6cc9240ac95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
INCLUDES = -I$(top_srcdir)/kicker/libkicker $(all_includes)
kde_module_LTLIBRARIES = systemtray_panelapplet.la
systemtray_panelapplet_la_SOURCES = systemtrayapplet.cpp systemtrayapplet.skel
systemtray_panelapplet_la_METASOURCES = AUTO
noinst_HEADERS = systemtrayapplet.h
lnkdir = $(kde_datadir)/kicker/applets
lnk_DATA = systemtrayapplet.desktop
EXTRA_DIST = $(lnk_DATA)
systemtray_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
systemtray_panelapplet_la_LIBADD = ../../libkicker/libkickermain.la $(LIB_TDEUI) $(LIB_KIO)
messages:
$(XGETTEXT) *.cpp *.h -o $(podir)/ksystemtrayapplet.pot
srcdoc:
kdoc -a -p -H -d $$HOME/web/src/ksystemtrayapplet ksystemtrayapplet *.h -lqt -ltdecore -ltdeui -ltdefile
|