summaryrefslogtreecommitdiff
path: root/epan/dissectors/dcerpc
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-10 05:35:21 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-10 05:35:21 +0000
commit142131917c85e823d28a707e0f86e2f945f86769 (patch)
treeac7f07f01825a07464ac9f2ae002d38223f4d66f /epan/dissectors/dcerpc
parent900882f947f3834e292ba71f3ee709fd299572ec (diff)
downloadwireshark-142131917c85e823d28a707e0f86e2f945f86769.tar.gz
Compile and link idl2wrs
svn path=/trunk/; revision=30460
Diffstat (limited to 'epan/dissectors/dcerpc')
-rw-r--r--epan/dissectors/dcerpc/CMakeLists.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/epan/dissectors/dcerpc/CMakeLists.txt b/epan/dissectors/dcerpc/CMakeLists.txt
new file mode 100644
index 0000000000..3e71ea9f0b
--- /dev/null
+++ b/epan/dissectors/dcerpc/CMakeLists.txt
@@ -0,0 +1,28 @@
+# 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.
+#
+
+add_subdirectory( budb )
+add_subdirectory( butc )
+add_subdirectory( drsuapi )
+
+add_executable(idl2wrs idl2wrs.c)