s4-auth: added a dependency on com_err
authorAndrew Tridgell <tridge@samba.org>
Sun, 31 Oct 2010 12:30:50 +0000 (23:30 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sun, 31 Oct 2010 13:13:33 +0000 (13:13 +0000)
this helps with the gentoo build. The problem is that without the
depenency, we don't add the cflags from the pkgconfig for com_err to
the build of auth/gensec. That really reflects a more general problem
with propogation of include dependencies, but this simple fix should
be enough for now.

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sun Oct 31 13:13:33 UTC 2010 on sn-devel-104

source4/auth/gensec/wscript_build

index 902de0b15206e07f816196823d067bd2a164d273..dff6dc6fabd8a5e8ea854e9d7cd8c02a92b973a5 100644 (file)
@@ -23,7 +23,7 @@ bld.SAMBA_MODULE('gensec_gssapi',
        source='gensec_gssapi.c',
        subsystem='gensec',
        init_function='gensec_gssapi_init',
-       deps='gssapi CREDENTIALS authkrb5'
+       deps='gssapi CREDENTIALS authkrb5 com_err'
        )