summaryrefslogtreecommitdiffstats
path: root/kicker/applets/systemtray/Makefile.am
blob: 33a0be11ce416eab2f4651d88c9ca2ec91f1dbba (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_KDEUI) $(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 -lkfile