diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /filesharing/simple/Makefile.am | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'filesharing/simple/Makefile.am')
-rw-r--r-- | filesharing/simple/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/filesharing/simple/Makefile.am b/filesharing/simple/Makefile.am new file mode 100644 index 00000000..7a3e2994 --- /dev/null +++ b/filesharing/simple/Makefile.am @@ -0,0 +1,19 @@ +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 |