summaryrefslogtreecommitdiffstats
path: root/kbabel/datatools/regexp/Makefile.am
blob: 42ebe1cb6fce68a93235f41af3eb0834c917e179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
kbabel_regexptool_la_LIBADD = $(LIB_TDEIO) ../../common/libkbabelcommon.la

####### Files

kde_module_LTLIBRARIES = kbabel_regexptool.la

kbabel_regexptool_la_SOURCES = main.cc

kbabel_regexptool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined

noinst_HEADERS = main.h

kbabel_regexptool_la_METASOURCES = AUTO

service_DATA = kbabel_regexptool.desktop
servicedir = $(kde_servicesdir)

regexp_DATA = regexplist.xml
regexpdir = $(kde_datadir)/kbabel