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.
koffice/tools/thesaurus/Makefile.am

25 lines
530 B

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