You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
686 B
22 lines
686 B
15 years ago
|
|
||
|
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 kcmshell.
|
||
|
# 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
|