diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-18 10:52:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-18 10:52:13 -0600 |
commit | d81f0e49aa19d9a3b627e140306abb10e3b26026 (patch) | |
tree | 5d8f321b2e683ba50313986581d532591bffa58c /kget | |
parent | 4170042e5739954147a92c4a25440326e6c10fc7 (diff) | |
download | tdenetwork-d81f0e49aa19d9a3b627e140306abb10e3b26026.tar.gz tdenetwork-d81f0e49aa19d9a3b627e140306abb10e3b26026.zip |
Update kdenetwork Autotools for new DSO linkage style
Diffstat (limited to 'kget')
-rw-r--r-- | kget/kget_plug_in/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kget/kget_plug_in/Makefile.am b/kget/kget_plug_in/Makefile.am index 4e2afd67..00919095 100644 --- a/kget/kget_plug_in/Makefile.am +++ b/kget/kget_plug_in/Makefile.am @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = khtml_kget.la khtml_kget_la_METASOURCES = AUTO khtml_kget_la_SOURCES = kget_plug_in.cpp kget_linkview.cpp links.cpp khtml_kget_la_LIBADD = $(LIB_KHTML) -khtml_kget_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module +khtml_kget_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS) KDE_ICON = AUTO |