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
This commit is contained in:
Guy Harris 2004-09-11 00:00:06 +00:00
parent fe3b7d73ed
commit f8b5b6a389
2 changed files with 4 additions and 3 deletions

View File

@ -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 = \

View File

@ -111,7 +111,6 @@ DISSECTOR_SUPPORT_SRC = \
../sha1.c \
../t35.c \
../tap.c \
../util.c \
../xdlc.c \
../xmlstub.c