From db25270df8bb4e4800e4d2c8a9f930b7a9fbc8df Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 17 Nov 2013 02:55:14 +0000 Subject: 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 --- wsutil/CMakeLists.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'wsutil/CMakeLists.txt') diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt index a2cc259fa5..283bd567a1 100644 --- a/wsutil/CMakeLists.txt +++ b/wsutil/CMakeLists.txt @@ -52,6 +52,7 @@ set(WSUTIL_FILES crcdrm.c des.c eax.c + filesystem.c g711.c md4.c md5.c @@ -121,3 +122,17 @@ if(NOT ${ENABLE_STATIC}) ) endif() +add_definitions( -DTOP_SRCDIR=\"${CMAKE_SOURCE_DIR}\" ) + +# +# Editor modelines - http://www.wireshark.org/tools/modelines.html +# +# Local variables: +# c-basic-offset: 8 +# tab-width: 8 +# indent-tabs-mode: t +# End: +# +# vi: set shiftwidth=8 tabstop=8 noexpandtab: +# :indentSize=8:tabSize=8:noTabs=false: +# -- cgit v1.2.3