aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-04 20:02:11 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-04 20:02:11 +0000
commitf06c1b5fb05b5085cdcfbf7285ff58690cd1e88b (patch)
tree2c274f184e59a5071acbaa7fd440f60b2d663aa3 /Makefile.common
parent0912b731c3a2db9cef542670ff8eef69297e532e (diff)
The packet range stuff knows about capture_file structures, so it's
really more of an Ethereal/Tethereal component than a libethereal component (nothing else in libethereal knows about capture files); move it back out of libethereal. (The range stuff doesn't; we leave it in libethereal.) svn path=/trunk/; revision=11898
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 1d3207cf34..7116208591 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -83,6 +83,7 @@ ETHEREAL_COMMON_SRC = \
cfile.c \
conditions.c \
disabled_protos.c \
+ packet-range.c \
pcap-util.c \
print.c \
ps.c \
@@ -100,6 +101,7 @@ ETHEREAL_COMMON_INCLUDES = \
conditions.h \
disabled_protos.h \
file.h \
+ packet-range.h \
pcap-util.h \
pcap-util-int.h \
print.h \