diff options
author | Stephen Fisher <steve@stephen-fisher.com> | 2007-09-26 03:31:41 +0000 |
---|---|---|
committer | Stephen Fisher <steve@stephen-fisher.com> | 2007-09-26 03:31:41 +0000 |
commit | 8f9655314a23788aa710ffb84b1d7f34d414ca6a (patch) | |
tree | 70e7db5418629d2686a7012417549fb78811592e /Makefile.common | |
parent | 5775a1dca89b6e358114da63c308d4f206c5d2b5 (diff) | |
download | wireshark-8f9655314a23788aa710ffb84b1d7f34d414ca6a.tar.gz wireshark-8f9655314a23788aa710ffb84b1d7f34d414ca6a.tar.bz2 wireshark-8f9655314a23788aa710ffb84b1d7f34d414ca6a.zip |
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.common | 2 |
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 |