summaryrefslogtreecommitdiffstats
path: root/kcontrol/ebrowsing/Makefile.am
blob: 72bb632cd5d7f08894651fb4c732e9428149bda3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

SUBDIRS = plugins

AM_CPPFLAGS  = -I$(srcdir)/plugins/ikws $(all_includes)

METASOURCES = AUTO

kde_module_LTLIBRARIES = kcm_kurifilt.la
kcm_kurifilt_la_SOURCES = filteropts.cpp main.cpp

kcm_kurifilt_la_LDFLAGS  = $(all_libraries) -module -avoid-version -no-undefined
kcm_kurifilt_la_LIBADD = $(LIB_KSYCOCA)
# Don't link this lib to the plugins. They are dlopened and linking to them
# results in crashes when closing tdecmshell.
# plugins/ikws/libkuriikwsfilter.la plugins/shorturi/libkshorturifilter.la

messages: rc.cpp
	$(EXTRACTRC) plugins/*/*.ui >> rc.cpp
	$(XGETTEXT) *.cpp plugins/ikws/*.cpp plugins/shorturi/*.cpp -o $(podir)/kcmkurifilt.pot

xdg_apps_DATA = ebrowsing.desktop