summaryrefslogtreecommitdiffstats
path: root/kbabel/addons/preview/Makefile.am
blob: 28afdfbd7ebade50b6eae6545a2be648996a606d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

INCLUDES = -I$(srcdir)/../../common $(all_includes)
METASOURCES = AUTO

kde_module_LTLIBRARIES = pothumbnail.la

pothumbnail_la_SOURCES = pothumbcreator.cpp
pothumbnail_la_LIBADD = ../../common/libkbabelcommon.la 
pothumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)

noinst_HEADERS = pothumbcreator.h 

services_DATA = pothumbnail.desktop 
servicesdir = $(kde_servicesdir)