summaryrefslogtreecommitdiffstats
path: root/kcharselect/Makefile.am
blob: 2cce07f622722d20f7fec459936d4d6b59437ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INCLUDES = $(all_includes)
LDADD	= $(LIB_TDEFILE)
bin_PROGRAMS = kcharselect

kcharselect_SOURCES = kcharselectdia.cc main.cc
kcharselect_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kcharselect_METASOURCES = kcharselectdia.moc

updatedir = $(kde_datadir)/tdeconf_update
update_DATA = kcharselect.upd

KDE_ICON = kcharselect

xdg_apps_DATA = KCharSelect.desktop

rcdir = $(kde_datadir)/kcharselect
rc_DATA = kcharselectui.rc

messages: rc.cpp
	$(XGETTEXT) *.cc *.cpp -o $(podir)/kcharselect.pot