aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-11 00:00:06 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-11 00:00:06 +0000
commit003dc50bebe7876c6037a7c1b1b1ece72720b3c9 (patch)
treedf8d0e5d07775c06fe851ddbb98b9eaa3bf9f9ce /Makefile.common
parentcf866e0109fae335b6d5d137b2370baabc7fa318 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11961 f5534014-38df-0310-8fa8-9805f1628bb7
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 = \