pytalloc: allow for using a system libtalloc-dev with pytalloc
authorAndrew Tridgell <tridge@samba.org>
Sun, 28 Mar 2010 21:35:30 +0000 (08:35 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 29 Mar 2010 10:34:29 +0000 (21:34 +1100)
commit7ed349caceed2524d897d957cee98ad1cdc4704c
tree1c82cc0261e6083e6f16a813483c7c7712fdf8c1
parent08faa3a43c26f8cc637969d2b216f2efea9099d9
pytalloc: allow for using a system libtalloc-dev with pytalloc

When we have a system talloc library, we still need to grab pytalloc.h
from lib/talloc. We don't want to just use -Ilib/talloc, as otherwise
we'll get the in-tree talloc.h which may not be compatible with the
system talloc.h

So we need to give the path to pytalloc.h
lib/talloc/pytalloc.c
source4/auth/credentials/pycredentials.h
source4/auth/gensec/pygensec.c
source4/auth/pyauth.h
source4/lib/registry/pyregistry.c
source4/param/pyparam.c
source4/param/pyparam_util.c