summaryrefslogtreecommitdiff
path: root/epan/dissectors/dcerpc
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-10 08:10:28 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-10 08:10:28 +0000
commitbf2ec50430882acca3702e63362027e1b0f402d1 (patch)
treebc367ea92579a6745eaaa99c6b30adb3a5493365 /epan/dissectors/dcerpc
parent0c8dbe1b49028a9db39651a2dccd197154927fd8 (diff)
downloadwireshark-bf2ec50430882acca3702e63362027e1b0f402d1.tar.gz
Autogenerating epan/dissectors/dcerpc/* now works
svn path=/trunk/; revision=30465
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
-)