summaryrefslogtreecommitdiffstats
path: root/tools/thesaurus/Makefile.am
blob: 6a57a1c431629e15bf0edd1a4bb997108764302c (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_TDESYCOCA)

####### Files

kde_module_LTLIBRARIES = libthesaurustool.la

libthesaurustool_la_SOURCES = main.cpp

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) *.cpp -o $(podir)/thesaurus_tool.pot