blob: 82a53e5b68df9281d57831d2ea7352fb5bd53b72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
INCLUDES = $(KOFFICECORE_INCLUDES) $(all_includes)
bin_PROGRAMS =
lib_LTLIBRARIES =
tdeinit_LTLIBRARIES = kthesaurus.la
kthesaurus_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version
kthesaurus_la_SOURCES = main.cpp
kthesaurus_la_LIBADD = $(LIB_TDESYCOCA)
appsdir = $(kde_appsdir)/Office
apps_DATA = KThesaurus.desktop
messages:
$(XGETTEXT) *.cpp -o $(podir)/kthesaurus.pot
KDE_ICON = kthesaurus
|