aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-22 00:40:03 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-22 00:40:03 +0000
commit83a6bd88ba361328393b715fb598f2de15d1865f (patch)
tree4640ebd49343a1f861d2681a2d84a5f0bfec7337 /Makefile.am
parentadbad018c2172e3def5b2d28ef73617ea23e8691 (diff)
On Mac OS X, use Launch Services to start a Web browser with a given URL.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11208 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 958bfba19a..168d1ebdc3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.734 2004/06/18 12:19:24 jmayer Exp $
+# $Id: Makefile.am,v 1.735 2004/06/22 00:40:02 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -228,7 +228,7 @@ ethereal_LDADD = \
@SNMP_LIBS@ @SSL_LIBS@ \
$(plugin_ldadd) \
@PCRE_LIBS@ \
- @PCAP_LIBS@ @GTK_LIBS@ @ADNS_LIBS@ @KRB5_LIBS@
+ @PCAP_LIBS@ @GTK_LIBS@ @ADNS_LIBS@ @KRB5_LIBS@ @FRAMEWORKS@
# Additional libs that I know how to build. These will be
# linked into the tethereal executable.