Add epan/dissectors/dcerpc/ and epan/dissectors/pidl/ to the source distribution
authorJeff Morriss <jeff.morriss@ulticom.com>
Tue, 18 May 2010 15:58:49 +0000 (15:58 -0000)
committerJeff Morriss <jeff.morriss@ulticom.com>
Tue, 18 May 2010 15:58:49 +0000 (15:58 -0000)
svn path=/trunk/; revision=32879

configure.in
epan/dissectors/Makefile.am
epan/dissectors/dcerpc/Makefile.am [new file with mode: 0644]
epan/dissectors/pidl/Makefile.am [new file with mode: 0644]

index 5ddfa58e64283f31edb2a076a78584d6ba7ab1b8..109965f99f0debcab86b460ca10f2067ba21befd 100644 (file)
@@ -1856,6 +1856,8 @@ AC_OUTPUT(
   epan/doxygen.cfg
   epan/dfilter/Makefile
   epan/dissectors/Makefile
+  epan/dissectors/dcerpc/Makefile
+  epan/dissectors/pidl/Makefile
   epan/ftypes/Makefile
   epan/wslua/Makefile
   epan/wspython/Makefile
index cfe868cb6c6b079c4c42a79fc63856e2baf6386a..7da87a1966179c21674725f361a161a753fff253 100644 (file)
@@ -42,8 +42,9 @@ libdissectors_la_SOURCES = \
        $(DISSECTOR_SUPPORT_SRC)
 libdissectors_la_CFLAGS = $(AM_CLEAN_CFLAGS)
 
+# include dceprc and pidl in the source tarball.  But nothing to build...
+DIST_SUBDIRS = dcerpc pidl
 
-# XXX - what about the contents of the dcerpc and pidl directories?
 EXTRA_DIST = \
        Custom.nmake            \
        Makefile.common         \
diff --git a/epan/dissectors/dcerpc/Makefile.am b/epan/dissectors/dcerpc/Makefile.am
new file mode 100644 (file)
index 0000000..3908d5b
--- /dev/null
@@ -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
+
diff --git a/epan/dissectors/pidl/Makefile.am b/epan/dissectors/pidl/Makefile.am
new file mode 100644 (file)
index 0000000..c41e789
--- /dev/null
@@ -0,0 +1,73 @@
+# 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 = \
+       README                          \
+       IDL_LICENSE.txt                 \
+       atsvc.cnf                       \
+       atsvc.idl                       \
+       dfs.cnf                         \
+       dfs.idl                         \
+       dnsserver.cnf                   \
+       dnsserver.idl                   \
+       dssetup.idl                     \
+       efs.cnf                         \
+       efs.idl                         \
+       eventlog.cnf                    \
+       eventlog.idl                    \
+       frstrans.cnf                    \
+       frstrans.idl                    \
+       idl_types.h                     \
+       initshutdown.idl                \
+       lsa.cnf                         \
+       lsa.idl                         \
+       samr.cnf                        \
+       samr.idl                        \
+       srvsvc.cnf                      \
+       srvsvc.idl                      \
+       winreg.cnf                      \
+       winreg.idl                      \
+       wkssvc.cnf                      \
+       wkssvc.idl                      \
+       wzcsvc.cnf                      \
+       wzcsvc.idl                      \
+       mapi/mapi.cnf                   \
+       mapi/mapi.idl                   \
+       mapi/Makefile                   \
+       mapi/mapicodes_enum.h           \
+       mapi/mapitags_enum.h            \
+       mapi/response.cnf.c             \
+       mapi/request.cnf.c              \
+       nspi/README                     \
+       nspi/README.ws                  \
+       nspi/mapicodes_enum.h           \
+       nspi/mapitags_enum.h            \
+       nspi/Makefile                   \
+       nspi/nspi.cnf                   \
+       nspi/nspi.idl                   \
+       rfr/Makefile                    \
+       rfr/mapicodes_enum.h            \
+       rfr/rfr.cnf                     \
+       rfr/rfr.idl