aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-01-07 00:37:58 +0000
committerJörg Mayer <jmayer@loplof.de>2006-01-07 00:37:58 +0000
commit1e4d8c91706201a771d2f27e141e4c067c29daff (patch)
tree98a615dffbca1cc227be3979913fd528613a5156 /Makefile.am
parent20b00dd58164de1084fd9bb633b3186972411961 (diff)
Don't link dumpcap with -lm
svn path=/trunk/; revision=16968
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 501a6ab930..543c457d8d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -433,7 +433,7 @@ dumpcap_DEPENDENCIES = \
dumpcap_LDADD = \
$(dumpcap_additional_libs) \
- @GLIB_LIBS@ -lm \
+ @GLIB_LIBS@ \
@PCAP_LIBS@
#