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.
25 lines
732 B
25 lines
732 B
|
|
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_TDEIO)
|
|
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/ksystemtrayapplet.pot
|
|
|
|
srcdoc:
|
|
kdoc -a -p -H -d $$HOME/web/src/ksystemtrayapplet ksystemtrayapplet *.h -lqt -ltdecore -ltdeui -ltdefile
|