aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
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/CMakeLists.txt
parentdd1034e1f5f2285721a9deb8b95ea17222e50939 (diff)
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/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index f287bd58d7..b9424dbd94 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -1480,7 +1480,6 @@ set(LIBWIRESHARK_FILES
except.c
expert.c
exported_pdu.c
- filesystem.c
filter_expressions.c
follow.c
frame_data.c
@@ -1682,8 +1681,6 @@ if(NOT ${ENABLE_STATIC})
)
endif()
-add_definitions( -DTOP_SRCDIR=\"${CMAKE_SOURCE_DIR}\" )
-
#
# Editor modelines - http://www.wireshark.org/tools/modelines.html
#