summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-12-05 21:28:34 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-12-05 21:28:34 +0000
commit792584c2110578b09bff4f54491d3b8d42ae504c (patch)
tree8e202cc634ae6cd3bd7e5b180197ed98a00c82c0 /Makefile.common
parente1ee12bc718ac5ad506cd4504d2cede1bfde9809 (diff)
downloadwireshark-792584c2110578b09bff4f54491d3b8d42ae504c.tar.gz
no more usage of Ethereal.lib in dumpcap any longer :-)
use capture_opts_trim() output of command line usage and version "enhanced" svn path=/trunk/; revision=16684
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index e950b5df93..00b99de8fd 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -209,6 +209,7 @@ randpkt_SOURCES = \
dumpcap_SOURCES = \
$(PLATFORM_SRC) \
capture_stop_conditions.c \
+ getopt.c \
clopts_common.c \
conditions.c \
pcap-util.c \