aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-11 00:00:06 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-11 00:00:06 +0000
commitf8b5b6a3896f6e55a099b5b249a0558c33c71516 (patch)
treedf8d0e5d07775c06fe851ddbb98b9eaa3bf9f9ce /Makefile.common
parentfe3b7d73edd4e41389f9b3ff3cd9d07892ae3e56 (diff)
Nothing in "util.h" is needed by anything in libethereal, so don't put
it into libethereal - have it as common code linked into Ethereal, Tethereal, and dftest. svn path=/trunk/; revision=11961
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index b212be2bf9..b693cfe77d 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -67,7 +67,6 @@ DISSECTOR_SUPPORT_INCLUDES = \
smb.h \
t35.h \
tap.h \
- util.h \
x264_prt_id.h \
xdlc.h \
xmlstub.h
@@ -91,6 +90,7 @@ ETHEREAL_COMMON_SRC = \
ps.c \
ringbuffer.c \
timestats.c \
+ util.c \
version_info.c
# corresponding headers
@@ -112,6 +112,7 @@ ETHEREAL_COMMON_INCLUDES = \
register.h \
ringbuffer.h \
timestats.h \
+ util.h \
version_info.h
# sources for Tethereal taps
@@ -209,7 +210,8 @@ editcap_SOURCES = \
# dftest specifics
dftest_SOURCES = \
- dftest.c
+ dftest.c \
+ util.c
# randpkt specifics
randpkt_SOURCES = \