summaryrefslogtreecommitdiffstats
path: root/kcontrol/ebrowsing/plugins/localdomain/Makefile.am
blob: e9713b8efe789f674dcca85d6e8deb0dc42e5657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Makefile.am of tdebase/kcontrol/ebrowsing/plugins/localdomain

AM_CPPFLAGS   =  $(all_includes) -DQT_NO_CAST_ASCII

kde_module_LTLIBRARIES = liblocaldomainurifilter.la

liblocaldomainurifilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
liblocaldomainurifilter_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE)

liblocaldomainurifilter_la_SOURCES = localdomainurifilter.cpp localdomainurifilter.skel

service_DATA = localdomainurifilter.desktop
servicedir = $(kde_servicesdir)

METASOURCES = AUTO

bin_PROGRAMS = klocaldomainurifilterhelper

klocaldomainurifilterhelper_SOURCES = klocaldomainurifilterhelper.c
klocaldomainurifilterhelper_LDADD = $(LIBSOCKET)