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.
20 lines
609 B
20 lines
609 B
METASOURCES = AUTO
|
|
|
|
kde_module_LTLIBRARIES = kcm_fileshare.la
|
|
|
|
kcm_fileshare_la_SOURCES = fileshare.cpp \
|
|
controlcenter.ui \
|
|
groupconfiggui.ui \
|
|
groupconfigdlg.cpp \
|
|
krichtextlabel.cpp
|
|
|
|
kcm_fileshare_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
kcm_fileshare_la_LIBADD = ../advanced/propsdlgplugin/libpropsdlgplugin_common.la \
|
|
../advanced/nfs/libfilesharenfs.la \
|
|
../advanced/kcm_sambaconf/libfilesharesamba.la \
|
|
$(LIB_KIO)
|
|
|
|
AM_CPPFLAGS = -I$(srcdir)/../advanced/propsdlgplugin -I../advanced/propsdlgplugin $(all_includes)
|
|
|
|
xdg_apps_DATA = fileshare.desktop
|