aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-29 00:06:36 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-29 00:06:36 +0000
commit6472876ab34d2aa016e0b2afa0348d45ce551c86 (patch)
treed43921a8c5c3de76255c3c98ec29b5589838db95 /epan/Makefile.common
parent53ab91826b303f7091c411d03e6430c4558d1c99 (diff)
Move the tap infrastructure to the epan directory.
svn path=/trunk/; revision=12128
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 994de14fdf..fcc409c07b 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -55,6 +55,7 @@ LIBETHEREAL_SRC = \
sha1.c \
sna-utils.c \
strutil.c \
+ tap.c \
timestamp.c \
to_str.c \
tvbuff.c \
@@ -104,6 +105,7 @@ LIBETHEREAL_INCLUDES = \
slab.h \
sna-utils.h \
strutil.h \
+ tap.h \
timestamp.h \
to_str.h \
tvbuff.h \
@@ -122,6 +124,5 @@ DISSECTOR_SUPPORT_SRC = \
../reassemble.c \
../req_resp_hdrs.c \
../t35.c \
- ../tap.c \
../xmlstub.c