aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-09-26 03:31:41 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-09-26 03:31:41 +0000
commit8f9655314a23788aa710ffb84b1d7f34d414ca6a (patch)
tree70e7db5418629d2686a7012417549fb78811592e /Makefile.common
parent5775a1dca89b6e358114da63c308d4f206c5d2b5 (diff)
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
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index bf2c9af30b..3ce45aeb0e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -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