aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-29 00:52:45 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-29 00:52:45 +0000
commiteaadcc4c62c5a61273c814f86d33ed859ba8917b (patch)
treee8504dda24b1aaede3776d8c20fd4379a0df3ba2 /epan/Makefile.common
parent31158d0d0ecd4fe605bc1675424c06c024acef0c (diff)
Move various tables into the epan directory.
svn path=/trunk/; revision=12130
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common9
1 files changed, 6 insertions, 3 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 4f857b129e..46bc39a7df 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -27,6 +27,7 @@ LIBETHEREAL_SRC = \
addr_and_mask.c \
addr_resolv.c \
adler32.c \
+ afn.c \
atalk-utils.c \
base64.c \
bitswap.c \
@@ -45,6 +46,7 @@ LIBETHEREAL_SRC = \
filesystem.c \
frame_data.c \
in_cksum.c \
+ ipproto.c \
ipv4.c \
osi-utils.c \
packet.c \
@@ -56,6 +58,7 @@ LIBETHEREAL_SRC = \
sha1.c \
sna-utils.c \
strutil.c \
+ t35.c \
tap.c \
timestamp.c \
to_str.c \
@@ -68,6 +71,7 @@ LIBETHEREAL_INCLUDES = \
addr_resolv.h \
address.h \
adler32.h \
+ afn.h \
atalk-utils.h \
base64.h \
bitswap.h \
@@ -90,6 +94,7 @@ LIBETHEREAL_INCLUDES = \
frame_data.h \
gdebug.h \
in_cksum.h \
+ ipproto.h \
ipv4.h \
ipv6-utils.h \
nstime.h \
@@ -107,6 +112,7 @@ LIBETHEREAL_INCLUDES = \
slab.h \
sna-utils.h \
strutil.h \
+ t35.h \
tap.h \
timestamp.h \
to_str.h \
@@ -116,14 +122,11 @@ LIBETHEREAL_INCLUDES = \
# dissector helpers (needed from the dissectors, but not a dissector itself)
DISSECTOR_SUPPORT_SRC = \
- ../afn.c \
../asn1.c \
../column.c \
../follow.c \
../h225-persistentdata.c \
- ../ipproto.c \
../ptvcursor.c \
../reassemble.c \
- ../t35.c \
../xmlstub.c