diff options
author | Guy Harris <guy@alum.mit.edu> | 2013-11-17 02:55:14 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2013-11-17 02:55:14 +0000 |
commit | db25270df8bb4e4800e4d2c8a9f930b7a9fbc8df (patch) | |
tree | 93833061315be739594ff3614850eb4ca63266ec /Makefile.nmake | |
parent | dd1034e1f5f2285721a9deb8b95ea17222e50939 (diff) | |
download | wireshark-db25270df8bb4e4800e4d2c8a9f930b7a9fbc8df.tar.gz wireshark-db25270df8bb4e4800e4d2c8a9f930b7a9fbc8df.tar.bz2 wireshark-db25270df8bb4e4800e4d2c8a9f930b7a9fbc8df.zip |
Move the epan/filesystem.c routines to wsutil; they're not specific to
packet dissection, they're specific to the entire Wireshark suite of
programs.
svn path=/trunk/; revision=53377
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index 364fca4fae..7947df6869 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -54,8 +54,7 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) $(GENERATED_CFLAGS) PLATFORM_SRC = capture-wpcap.c capture_wpcap_packet.c capture_win_ifnames.c WTAP_PLUGIN_SOURCES = \ - epan/plugins.c \ - epan/filesystem.c + epan/plugins.c include Makefile.common |