diff options
author | Timothy Pearson <[email protected]> | 2011-11-18 10:52:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-18 10:52:13 -0600 |
commit | d81f0e49aa19d9a3b627e140306abb10e3b26026 (patch) | |
tree | 5d8f321b2e683ba50313986581d532591bffa58c /filesharing | |
parent | 4170042e5739954147a92c4a25440326e6c10fc7 (diff) | |
download | tdenetwork-d81f0e49aa19d9a3b627e140306abb10e3b26026.tar.gz tdenetwork-d81f0e49aa19d9a3b627e140306abb10e3b26026.zip |
Update kdenetwork Autotools for new DSO linkage style
Diffstat (limited to 'filesharing')
-rw-r--r-- | filesharing/advanced/kcm_sambaconf/Makefile.am | 2 | ||||
-rw-r--r-- | filesharing/advanced/propsdlgplugin/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/filesharing/advanced/kcm_sambaconf/Makefile.am b/filesharing/advanced/kcm_sambaconf/Makefile.am index a955dafc..74a8d9b8 100644 --- a/filesharing/advanced/kcm_sambaconf/Makefile.am +++ b/filesharing/advanced/kcm_sambaconf/Makefile.am @@ -18,7 +18,7 @@ kcm_kcmsambaconf_la_LIBADD = \ -ltdeprint \ libfilesharesamba.la -kcm_kcmsambaconf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) +kcm_kcmsambaconf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor libfilesharesamba_la_SOURCES = \ sambafile.cpp \ diff --git a/filesharing/advanced/propsdlgplugin/Makefile.am b/filesharing/advanced/propsdlgplugin/Makefile.am index 7322f0a8..6604bf8f 100644 --- a/filesharing/advanced/propsdlgplugin/Makefile.am +++ b/filesharing/advanced/propsdlgplugin/Makefile.am @@ -14,7 +14,7 @@ fileshare_propsdlgplugin_la_LIBADD = \ ../kcm_sambaconf/libfilesharesamba.la \ $(LIB_KIO) -fileshare_propsdlgplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) +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) |