summaryrefslogtreecommitdiffstats
path: root/kioslave/cgi/kcmcgi/Makefile.am
blob: 32f4be3ea287a336ad211e598c222aa116ec1f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

kde_module_LTLIBRARIES = kcm_cgi.la

kcm_cgi_la_SOURCES = kcmcgi.cpp
kcm_cgi_la_LDFLAGS  = $(all_libraries) -module -avoid-version -no-undefined
kcm_cgi_la_LIBADD = -ltdeui $(LIB_KIO)

INCLUDES= $(all_includes) 

kcm_cgi_la_METASOURCES = AUTO

noinst_HEADERS = kcmcgi.h

xdg_apps_DATA = kcmcgi.desktop

messages: rc.cpp
	$(XGETTEXT) *.cpp -o $(podir)/kcmcgi.pot