aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 03:50:50 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 03:50:50 +0000
commit4dcc156cf360c2e355349e539c28c867eef0f7d0 (patch)
tree195b81af7607fbee7fdb635c943214f1997ee936 /CMakeLists.txt
parent416c76a728a8a67b0473ed72b7ddc163739606aa (diff)
Move the print modules into epan.
svn path=/trunk/; revision=50526
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b8c8ede595..e19fb40348 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -612,17 +612,6 @@ ADD_CUSTOM_COMMAND(
${CMAKE_CURRENT_SOURCE_DIR}/make-version.pl
)
-ADD_CUSTOM_COMMAND(
- OUTPUT ps.c
- COMMAND ${PYTHON_EXECUTABLE}
- ${CMAKE_CURRENT_SOURCE_DIR}/tools/rdps.py
- ${CMAKE_CURRENT_SOURCE_DIR}/print.ps
- ps.c
- DEPENDS
- ${CMAKE_CURRENT_SOURCE_DIR}/tools/rdps.py
- ${CMAKE_CURRENT_SOURCE_DIR}/print.ps
-)
-
if(UNIX)
set(PLATFORM_SRC
capture-pcap-util-unix.c
@@ -653,8 +642,6 @@ set(WIRESHARK_COMMON_SRC
cfutils.c
clopts_common.c
frame_tvbuff.c
- print.c
- ps.c
svnversion.h
sync_pipe_write.c
version_info.c