summaryrefslogtreecommitdiffstats
path: root/tools/thumbnail/Makefile.am
blob: e4a0ff3919830c388fe6aaee6d536dfb17dc5c4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDES = $(KOFFICE_INCLUDES) -I../../kword/ -I../../kpresenter -I../../lib/kotext $(all_includes)
METASOURCES = AUTO

kde_module_LTLIBRARIES = clipartthumbnail.la kofficethumbnail.la

clipartthumbnail_la_SOURCES = clipartcreator.cpp
clipartthumbnail_la_LIBADD = $(LIB_KOFFICECORE) # for KoClipartCollection
clipartthumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)

kofficethumbnail_la_SOURCES = kofficecreator.cpp
kofficethumbnail_la_LIBADD = $(LIB_KOFFICECORE)
kofficethumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)

# otherofficethumbnail.desktop is currently not installed, as it gives too many problems
kde_services_DATA = clipartthumbnail.desktop kofficethumbnail.desktop