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.
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
kfile_drgeo.h \
|
|
|
|
kfile_kig.h
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = \
|
|
|
|
kfile_drgeo.la \
|
|
|
|
kfile_kig.la
|
|
|
|
|
|
|
|
kfile_drgeo_la_SOURCES = kfile_drgeo.cpp
|
|
|
|
kfile_drgeo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
kfile_drgeo_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE)
|
|
|
|
|
|
|
|
kfile_kig_la_SOURCES = kfile_kig.cpp
|
|
|
|
kfile_kig_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
kfile_kig_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE)
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
services_DATA = \
|
|
|
|
kfile_drgeo.desktop \
|
|
|
|
kfile_kig.desktop
|
|
|
|
servicesdir = $(kde_servicesdir)
|