aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-06-22 00:40:03 +0000
committerGuy Harris <guy@alum.mit.edu>2004-06-22 00:40:03 +0000
commit9bb3e4cf9ea1753a97f48702cc1f48517a37cb34 (patch)
tree4640ebd49343a1f861d2681a2d84a5f0bfec7337 /Makefile.am
parent388af2fccbae91e4e676f58fbaddb8a2077f3f8d (diff)
On Mac OS X, use Launch Services to start a Web browser with a given URL.
svn path=/trunk/; revision=11208
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.