blob: 366c59c0587b907b693f542a04d9ebcbe89c58fc (
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_TDEIO)
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
|