s3-waf: Fix up PIDL includes.
authorKai Blin <kai@samba.org>
Wed, 12 May 2010 11:23:27 +0000 (05:23 -0600)
committerKai Blin <kai@samba.org>
Thu, 20 May 2010 20:16:15 +0000 (22:16 +0200)
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

source3/librpc/idl/wscript_build

index 20c66ad47cc5899da0d62fc5c01b2b388cfb6596..3d1e2588b7ff5c080070fc48a415eb389dc3ebe9 100644 (file)
@@ -2,6 +2,6 @@
 bld.SAMBA_PIDL_LIST('PIDL',
                     '''messaging.idl libnetapi.idl notify.idl
                        wbint.idl perfcount.idl secrets.idl libnet_join.idl''',
-                    options='--header --ndr-parser --samba3-ndr-server --samba3-ndr-client',
+                    options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --samba3-ndr-client',
                     output_dir='../gen_ndr')