You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
415 B
19 lines
415 B
|
|
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
|