summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-25 12:59:31 +0000
committerStefan Metzmacher <metze@samba.org>2006-09-25 12:59:31 +0000
commit9f54dd68634abe623e2e7cf92331e22c8a20b5b9 (patch)
tree76abed05fae61c52474ab7d0d4a214b59537a138 /source/Makefile.in
parent68229a151d179a4df4dcfe3a88116fdb08cdb50f (diff)
downloadsamba-9f54dd68634abe623e2e7cf92331e22c8a20b5b9.tar.gz
samba-9f54dd68634abe623e2e7cf92331e22c8a20b5b9.tar.xz
samba-9f54dd68634abe623e2e7cf92331e22c8a20b5b9.zip
r18895: AIX need to call pidl with --uint-enums as the compiler doesn't
like negative values in the generated code. I'm not sure how we can solve that in samba3 as the generated code is commited Maybe we need to alsways pass --uint-enums metze
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index f33b80e0795..67e5b5ab200 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -30,6 +30,8 @@ DYNEXP=@DYNEXP@
PYTHON=@PYTHON@
PERL=@PERL@
+PIDL_ARGS=@PIDL_ARGS@
+
TERMLDFLAGS=@TERMLDFLAGS@
TERMLIBS=@TERMLIBS@
PRINT_LIBS=@PRINT_LIBS@