s4-auth: install gen_ndr/auth.h, used by public session.h
authorAndrew Tridgell <tridge@samba.org>
Thu, 10 Feb 2011 05:46:35 +0000 (16:46 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 10 Feb 2011 05:51:07 +0000 (06:51 +0100)
needed for openchange. Thanks to Brad for reporting this.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

librpc/wscript_build

index 706977c45df8d02e02503f443547aa33c8c60eff..efe222366f0312974b6ab4fc8f1818d4d56ffdce 100644 (file)
@@ -9,9 +9,11 @@ bld.SAMBA_SUBSYSTEM('NDR_AUDIOSRV',
        )
 
 bld.SAMBA_SUBSYSTEM('NDR_AUTH',
-       source='gen_ndr/ndr_auth.c',
-       public_deps='ndr NDR_SECURITY'
-       )
+                    source='gen_ndr/ndr_auth.c',
+                    public_headers='gen_ndr/auth.h',
+                    header_path='gen_ndr',
+                    public_deps='ndr NDR_SECURITY'
+                    )
 
 bld.SAMBA_SUBSYSTEM('NDR_NAMED_PIPE_AUTH',
        source='gen_ndr/ndr_named_pipe_auth.c',