aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/dcerpc
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-10 08:10:28 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-10 08:10:28 +0000
commit9155a80d0709617ed8b053197c0e5129c81fdeb0 (patch)
treebc367ea92579a6745eaaa99c6b30adb3a5493365 /epan/dissectors/dcerpc
parent0204407c6509ab9af8bd9f57c343e5e7b2731aa7 (diff)
Autogenerating epan/dissectors/dcerpc/* now works
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30465 f5534014-38df-0310-8fa8-9805f1628bb7
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
-)