1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-15 16:23:49 +03:00

r9591: - Remove empty file

- Fix a couple of typo's
- Fix build of lib/samba3/secrets.c for systems that don't have /usr/include/tdb.h...
This commit is contained in:
Jelmer Vernooij
2005-08-24 17:01:23 +00:00
committed by Gerald (Jerry) Carter
parent dd15131b52
commit b8c5290063
8 changed files with 41 additions and 39 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/sh
./build/pidl/tests/ndr_simple.pl
./build/pidl/tests/ndr_align.pl
./build/pidl/tests/ndr_alloc.pl
./build/pidl/tests/ndr_refptr.pl
./build/pidl/tests/ndr_string.pl
./build/pidl/tests/ndr_array.pl
PERL=perl
$PERL -Ibuild/pidl ./build/pidl/tests/ndr_simple.pl
$PERL -Ibuild/pidl ./build/pidl/tests/ndr_align.pl
$PERL -Ibuild/pidl ./build/pidl/tests/ndr_alloc.pl
$PERL -Ibuild/pidl ./build/pidl/tests/ndr_refptr.pl
$PERL -Ibuild/pidl ./build/pidl/tests/ndr_string.pl
$PERL -Ibuild/pidl ./build/pidl/tests/ndr_array.pl