blob: 95d0acb4e6c3d9069c3d0d4ddd5f8d8fcb0b582e (
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.cc
kthesaurus_la_LIBADD = $(LIB_TDESYCOCA)
appsdir = $(kde_appsdir)/Office
apps_DATA = KThesaurus.desktop
messages:
$(XGETTEXT) *.cc -o $(podir)/kthesaurus.pot
KDE_ICON = kthesaurus
|