summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-25 12:59:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:14:43 -0500
commit75064ae95eb385e65d290f6f680ed729c6e2135b (patch)
tree665f44acdfbb95445482dd6c3de55d4956537709 /source3/Makefile.in
parent868daf42b27cadc01ac5c3a8f6eb71cc504f3df9 (diff)
downloadsamba-75064ae95eb385e65d290f6f680ed729c6e2135b.tar.gz
samba-75064ae95eb385e65d290f6f680ed729c6e2135b.tar.bz2
samba-75064ae95eb385e65d290f6f680ed729c6e2135b.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 (This used to be commit 9468dcc5d564d7242d527eb770717e2b4480cf1c)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index f33b80e079..67e5b5ab20 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -30,6 +30,8 @@ DYNEXP=@DYNEXP@
PYTHON=@PYTHON@
PERL=@PERL@
+PIDL_ARGS=@PIDL_ARGS@
+
TERMLDFLAGS=@TERMLDFLAGS@
TERMLIBS=@TERMLIBS@
PRINT_LIBS=@PRINT_LIBS@