Try to fix distcheck.

svn path=/trunk/; revision=20894
This commit is contained in:
Gerald Combs 2007-02-21 18:10:43 +00:00
parent a1e273b325
commit aa49bdf665
1 changed files with 25 additions and 7 deletions

View File

@ -28,18 +28,17 @@ PIDL_FILES= \
pidl/Makefile.PL \
pidl/README \
pidl/TODO \
pidl/expr.yp \
pidl/idl.yp \
pidl/lib/Parse/Pidl.pm \
pidl/lib/Parse/Pidl/Compat.pm \
pidl/lib/Parse/Pidl/Dump.pm \
pidl/lib/Parse/Pidl/Wireshark/Conformance.pm \
pidl/lib/Parse/Pidl/Wireshark/NDR.pm \
pidl/lib/Parse/Pidl/Expr.pm \
pidl/lib/Parse/Pidl/IDL.pm \
pidl/lib/Parse/Pidl/NDR.pm \
pidl/lib/Parse/Pidl/ODL.pm \
pidl/lib/Parse/Pidl/Samba4/COM/Header.pm \
pidl/lib/Parse/Pidl/Samba4/COM/Proxy.pm \
pidl/lib/Parse/Pidl/Samba4/COM/Stub.pm \
pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm \
pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm \
pidl/lib/Parse/Pidl/Samba4.pm \
pidl/lib/Parse/Pidl/Samba4/EJS.pm \
pidl/lib/Parse/Pidl/Samba4/Header.pm \
pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm \
@ -50,18 +49,37 @@ PIDL_FILES= \
pidl/lib/Parse/Pidl/Samba4/Template.pm \
pidl/lib/Parse/Pidl/Typelist.pm \
pidl/lib/Parse/Pidl/Util.pm \
pidl/lib/Parse/Pidl/Wireshark/Conformance.pm \
pidl/lib/Parse/Pidl/Wireshark/NDR.pm \
pidl/lib/Parse/Yapp/Driver.pm \
pidl/pidl \
pidl/ref_notes.txt \
pidl/smb_interfaces.pm \
pidl/smb_interfaces.yp \
pidl/tests/Util.pm \
pidl/tests/dump.pl \
pidl/tests/header.pl \
pidl/tests/ndr.pl \
pidl/tests/ndr_align.pl \
pidl/tests/ndr_alloc.pl \
pidl/tests/ndr_array.pl \
pidl/tests/ndr_compat.pl \
pidl/tests/ndr_deprecations.pl \
pidl/tests/ndr_fullptr.pl \
pidl/tests/ndr_refptr.pl \
pidl/tests/ndr_represent.pl \
pidl/tests/ndr_simple.pl \
pidl/tests/ndr_string.pl \
pidl/tests/parse_idl.pl
pidl/tests/ndr_tagtype.pl \
pidl/tests/parse_idl.pl \
pidl/tests/samba-ndr.pl \
pidl/tests/samba3-cli.pl \
pidl/tests/tdr.pl \
pidl/tests/test_util.pl \
pidl/tests/typelist.pl \
pidl/tests/util.pl \
pidl/tests/wireshark-conf.pl \
pidl/tests/wireshark-ndr.pl
EXTRA_DIST = \
$(PIDL_FILES) \