summaryrefslogtreecommitdiffstats
path: root/tools/thesaurus/Makefile.am
blob: 7ffeef0085c0968712b679e61d9347d451afacca (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 = $(all_includes)
libthesaurustool_la_LIBADD = $(LIB_KSYCOCA)

####### Files

kde_module_LTLIBRARIES = libthesaurustool.la

libthesaurustool_la_SOURCES = main.cc

libthesaurustool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined

noinst_HEADERS = main.h

libthesaurustool_la_METASOURCES = main.moc

service_DATA = thesaurustool.desktop
servicedir = $(kde_servicesdir)

thesaurusdir = $(kde_datadir)/thesaurus
thesaurus_DATA = thesaurus.txt

messages:
	$(XGETTEXT) *.cc -o $(podir)/thesaurus_tool.pot