diff options
author | Guy Harris <guy@alum.mit.edu> | 2008-02-16 02:19:31 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2008-02-16 02:19:31 +0000 |
commit | 7abdb2560eb6dcaf0b121ee649a5e76a81b1a362 (patch) | |
tree | 66e6a527d6b2bea93e0ea38ac6367e6c77beed7a /Makefile.common | |
parent | ba7aec84a8cfbf2440f8f706e08f90fd77f052d7 (diff) | |
download | wireshark-7abdb2560eb6dcaf0b121ee649a5e76a81b1a362.tar.gz wireshark-7abdb2560eb6dcaf0b121ee649a5e76a81b1a362.tar.bz2 wireshark-7abdb2560eb6dcaf0b121ee649a5e76a81b1a362.zip |
Remove from rawshark_SOURCES some files that rawshark doesn't appear to
need.
svn path=/trunk/; revision=24342
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.common b/Makefile.common index 72c4e65807..b7b2aab32f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -194,13 +194,7 @@ tshark_SOURCES = \ # rawshark specifics rawshark_SOURCES = \ $(WIRESHARK_COMMON_SRC) \ - capture_opts.c \ - capture_loop.c \ - capture_stop_conditions.c \ - conditions.c \ pcapio.c \ - ringbuffer.c \ - tempfile.c \ rawshark.c # text2pcap specifics |