aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-08-07 18:47:56 +0000
committerJörg Mayer <jmayer@loplof.de>2009-08-07 18:47:56 +0000
commit952cbd7902acda684fc2c6c06e17d54af5ecb225 (patch)
treec2769610a69b9be97edb84fd18e50f2db8ae7b1d /wiretap
parentd9531723b56cbf5d8f0ea023b253635ed0e30793 (diff)
* Tue May 26 2009 cmorve69@yahoo.es
- made it compile with --as-needed This patch was taken from the opensuse wireshark.spec file. No thanks go to the author and the package maintainers of this package for not sending this upstream - it would have made it into 1.2.0. svn path=/trunk/; revision=29326
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index c431e6cc11..e025aeca6d 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -68,7 +68,7 @@ EXTRA_DIST = \
$(GENERATOR_FILES) \
$(GENERATED_FILES)
-libwiretap_la_LIBADD = libwiretap_generated.la $(GLIB_LIBS) ${top_builddir}/wsutil/libwsutil.la
+libwiretap_la_LIBADD = libwiretap_generated.la ${top_builddir}/wsutil/libwsutil.la $(GLIB_LIBS)
RUNLEX = $(top_srcdir)/tools/runlex.sh