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.
29 lines
951 B
29 lines
951 B
METASOURCES = AUTO
|
|
|
|
INCLUDES = -I$(top_srcdir)/filesharing/advanced/kcm_sambaconf \
|
|
-I$(top_builddir)/filesharing/advanced/kcm_sambaconf \
|
|
$(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = fileshare_propsdlgplugin.la
|
|
|
|
fileshare_propsdlgplugin_la_SOURCES = \
|
|
propsdlgshareplugin.cpp
|
|
|
|
fileshare_propsdlgplugin_la_COMPILE_FIRST = propertiespagegui.h
|
|
|
|
fileshare_propsdlgplugin_la_LIBADD = \
|
|
libpropsdlgplugin_common.la \
|
|
../nfs/libfilesharenfs.la \
|
|
../kcm_sambaconf/libfilesharesamba.la \
|
|
$(LIB_KIO)
|
|
|
|
fileshare_propsdlgplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
|
|
|
AM_CPPFLAGS = -I../kcm_sambaconf $(all_includes)
|
|
|
|
kde_services_DATA = fileshare_propsdlgplugin.desktop
|
|
|
|
# Shared with the 'simple' kcm
|
|
noinst_LTLIBRARIES = libpropsdlgplugin_common.la
|
|
libpropsdlgplugin_common_la_SOURCES = propertiespage.cpp propertiespagegui.ui
|