aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-13 03:09:28 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-13 03:09:28 +0000
commitaf2ff9a201279aab8b6b5ca13315d0fd8e5f23db (patch)
tree3917b18adeaecc47f11b03bc98fca78d7ae219f7
parent4275845779ba1166161946076159fa4cd35c9cdf (diff)
Link dftest with the ADNS library if it's configured in.
svn path=/trunk/; revision=7868
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0466691091..bffac4b947 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.589 2003/06/11 22:36:17 guy Exp $
+# $Id: Makefile.am,v 1.590 2003/06/13 03:09:28 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -1010,7 +1010,7 @@ dftest_LDADD = \
@SNMP_LIBS@ @SSL_LIBS@ \
$(plugin_ldadd) \
@GLIB_LIBS@ -lm \
- @PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@
+ @PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @ADNS_LIBS@
dftest_LDFLAGS = -export-dynamic