Move sync_pipe_write.c to WIRESHARK_COMMON_SRC since it is now also needed
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 26 Sep 2007 03:31:41 +0000 (03:31 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 26 Sep 2007 03:31:41 +0000 (03:31 +0000)
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22981 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.common

index bf2c9af30b204f56c921daf019bafbfe49c836f2..3ce45aeb0e45b6ee4f097b4089cae30a5a9735c2 100644 (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