summaryrefslogtreecommitdiffstats
path: root/charselectapplet/Makefile.am
blob: bd73d0b215f883e6cd20ba2c18a2469a4be461f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
INCLUDES = $(all_includes) 

kde_module_LTLIBRARIES = kcharselect_panelapplet.la

kcharselect_panelapplet_la_SOURCES = charselectapplet.cpp

METASOURCES = AUTO
noinst_HEADERS = charselectapplet.h

lnkdir = $(kde_datadir)/kicker/applets
lnk_DATA = kcharselectapplet.desktop

EXTRA_DIST = $(lnk_DATA)

kcharselect_panelapplet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kcharselect_panelapplet_la_LIBADD = $(LIB_TDEUI)

messages:
	$(XGETTEXT) *.cpp *.h -o $(podir)/kcharselectapplet.pot