blob: 927c7245b03cee2d539f1ab58aa7247ba36db077 (
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.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
|