Move sync_pipe_write.c to WIRESHARK_COMMON_SRC since it is now also needed

by tshark as well as Wireshark to fix compilation on Unix platforms.
This is due to the introduction of capture_sync.c (which calls
sync_pipe_errmsg_to_parent) to tshark_SOURCES in SVN revision 22969.


svn path=/trunk/; revision=22981
This commit is contained in:
Stephen Fisher 2007-09-26 03:31:41 +00:00
parent 5775a1dca8
commit 8f9655314a
1 changed files with 1 additions and 1 deletions

View File

@ -56,6 +56,7 @@ WIRESHARK_COMMON_SRC = \
packet-range.c \
print.c \
ps.c \
sync_pipe_write.c \
timestats.c \
util.c \
version_info.c
@ -147,7 +148,6 @@ wireshark_SOURCES = \
g711.c \
merge.c \
proto_hier_stats.c \
sync_pipe_write.c \
summary.c \
tempfile.c