aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-11-28 08:54:52 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-11-28 08:54:52 +0000
commitfc61a1de255a9521b18ffc4db3320bd498b538ac (patch)
tree83654d0b55d2a4df2d46fef04d91a8c8bd1bd86a /Makefile.am
parent1a77239007047afeb7176abd99a723e7270ecd0e (diff)
first steps towards a separated capture tool, working title "dumpcap"
personal backup only, not meant for public testing! I've copied main.c into dumpcap.c and carved out all things not needed currently won't work as a command line tool, capture_loop.c wants an input pipe console output is also very ugly and the whole code needs a lot of further cleanup shouldn't break the unix build as I've only changed the nmake files so far, but who knows ... svn path=/trunk/; revision=16615
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6a3ee13d9a..4d6afb5cbe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -519,6 +519,7 @@ EXTRA_DIST = \
doc/text2pcap.pod \
docbook/Makefile.auto.am \
doxygen.cfg.in \
+ dumpcap.c \
editcap.c \
epan/libethereal.def \
ethereal_be.py \
@@ -534,6 +535,7 @@ EXTRA_DIST = \
image/clist_ascend.xpm \
image/clist_descend.xpm \
image/dn_arrow.xpm \
+ image/dumpcap.rc.in \
image/editcap.rc.in \
image/eexcl3d64.xpm \
image/eicon3d16.xpm \