summaryrefslogtreecommitdiffstats
path: root/filesharing/advanced/propsdlgplugin/Makefile.am
blob: 6604bf8f9e23d594779033b9f0efb36fa7163599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
METASOURCES = AUTO 


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) -lktexteditor

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