summaryrefslogtreecommitdiff
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-11-17 02:55:14 +0000
committerGuy Harris <guy@alum.mit.edu>2013-11-17 02:55:14 +0000
commitdb25270df8bb4e4800e4d2c8a9f930b7a9fbc8df (patch)
tree93833061315be739594ff3614850eb4ca63266ec /epan/Makefile.common
parentdd1034e1f5f2285721a9deb8b95ea17222e50939 (diff)
downloadwireshark-db25270df8bb4e4800e4d2c8a9f930b7a9fbc8df.tar.gz
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 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index a18a468fb0..d4946abe60 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -51,7 +51,6 @@ LIBWIRESHARK_SRC = \
except.c \
expert.c \
exported_pdu.c \
- filesystem.c \
filter_expressions.c \
follow.c \
frame_data.c \
@@ -189,7 +188,6 @@ LIBWIRESHARK_INCLUDES = \
expert.h \
exported_pdu.h \
filter_expressions.h \
- filesystem.h \
follow.h \
frame_data.h \
frame_data_sequence.h \