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.
17 lines
306 B
17 lines
306 B
SUBDIRS = kcmcgi
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kio_cgi.la
|
|
|
|
kio_cgi_la_SOURCES = cgi.cpp
|
|
kio_cgi_la_LIBADD = $(LIB_KIO)
|
|
kio_cgi_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
noinst_HEADERS = cgi.h
|
|
|
|
METASOURCES = AUTO
|
|
|
|
kdelnkdir = $(kde_servicesdir)
|
|
kdelnk_DATA = cgi.protocol
|