summaryrefslogtreecommitdiff
path: root/epan/dissectors/dcerpc
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-05-18 15:58:49 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-05-18 15:58:49 +0000
commit7575b52df701613bcddbf4847ab049e0ca0a69ad (patch)
treeb5153986273a2515b30de1a2c3e81619f7470415 /epan/dissectors/dcerpc
parent3dce901718dfd558e909f0fe650a7970e358baa7 (diff)
downloadwireshark-7575b52df701613bcddbf4847ab049e0ca0a69ad.tar.gz
Add epan/dissectors/dcerpc/ and epan/dissectors/pidl/ to the source distribution
svn path=/trunk/; revision=32879
Diffstat (limited to 'epan/dissectors/dcerpc')
-rw-r--r--epan/dissectors/dcerpc/Makefile.am45
1 files changed, 45 insertions, 0 deletions
diff --git a/epan/dissectors/dcerpc/Makefile.am b/epan/dissectors/dcerpc/Makefile.am
new file mode 100644
index 0000000000..3908d5bc7d
--- /dev/null
+++ b/epan/dissectors/dcerpc/Makefile.am
@@ -0,0 +1,45 @@
+# Makefile.am
+#
+# $Id$
+#
+# Wireshark - Network traffic analyzer
+# By Gerald Combs <gerald@wireshark.org>
+# Copyright 2004 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.
+
+
+# Don't build anything, just add this stuff to the source tarball
+
+EXTRA_DIST = \
+ CMakeLists.txt \
+ Makefile.inc \
+ idl2wrs.c \
+ budb/Makefile \
+ budb/budb.cnf \
+ budb/budb.idl \
+ budb/packet-dcerpc-budb-template.c \
+ budb/packet-dcerpc-budb-template.h \
+ butc/Makefile \
+ butc/butc.cnf \
+ butc/butc.idl \
+ butc/packet-dcerpc-butc-template.c \
+ butc/packet-dcerpc-butc-template.h \
+ drsuapi/Makefile \
+ drsuapi/drsuapi.cnf \
+ drsuapi/drsuapi.idl \
+ drsuapi/packet-dcerpc-drsuapi-template.c \
+ drsuapi/packet-dcerpc-drsuapi-template.h
+