summaryrefslogtreecommitdiff
path: root/epan/dissectors/dcerpc
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/dcerpc')
-rw-r--r--epan/dissectors/dcerpc/CMakeLists.txt4
-rw-r--r--epan/dissectors/dcerpc/budb/CMakeLists.txt37
2 files changed, 0 insertions, 41 deletions
diff --git a/epan/dissectors/dcerpc/CMakeLists.txt b/epan/dissectors/dcerpc/CMakeLists.txt
index 3e71ea9f0b..73497e52df 100644
--- a/epan/dissectors/dcerpc/CMakeLists.txt
+++ b/epan/dissectors/dcerpc/CMakeLists.txt
@@ -21,8 +21,4 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-add_subdirectory( budb )
-add_subdirectory( butc )
-add_subdirectory( drsuapi )
-
add_executable(idl2wrs idl2wrs.c)
diff --git a/epan/dissectors/dcerpc/budb/CMakeLists.txt b/epan/dissectors/dcerpc/budb/CMakeLists.txt
deleted file mode 100644
index 98bcf8e499..0000000000
--- a/epan/dissectors/dcerpc/budb/CMakeLists.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-# CMakeLists.txt
-#
-# $Id$
-#
-# Wireshark - Network traffic analyzer
-# By Gerald Combs <gerald@wireshark.org>
-# Copyright 1998 Gerald Combs
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or {at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-
-set( PROTOCOL_NAME budb )
-
-ADD_CUSTOM_COMMAND(
- OUTPUT
- packet-dcerpc-${PROTOCOL_NAME}.c
- packet-dcerpc-${PROTOCOL_NAME}.h
- COMMAND
- idl2wrs ${PROTOCOL_NAME}
- DEPENDS
- ${PROTOCOL_NAME}.idl
- ${PROTOCOL_NAME}.cnf
- packet-dcerpc-${PROTOCOL_NAME}-template.c
- packet-dcerpc-${PROTOCOL_NAME}-template.h
-)