forked from pool/wireshark
Andreas Stieger
3365d9bb02
update to upstream 1.8.0 OBS-URL: https://build.opensuse.org/request/show/125845 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=61
13 lines
401 B
Diff
13 lines
401 B
Diff
Index: Makefile.in
|
|
===================================================================
|
|
--- Makefile.in.orig 2012-06-23 12:08:53.000000000 +0100
|
|
+++ Makefile.in 2012-06-23 12:09:00.000000000 +0100
|
|
@@ -1051,6 +1051,7 @@ wireshark_LDADD = \
|
|
@LIBGNUTLS_LIBS@ \
|
|
@LIBSMI_LDFLAGS@ \
|
|
@PORTAUDIO_LIBS@ \
|
|
+ -lgmodule-2.0 \
|
|
@GTK_LIBS@ -lm
|
|
|
|
wireshark_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)
|