1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Include full path for python scripting dir to allow out-of-tree builds.

(This used to be commit 01485bea87)
This commit is contained in:
Jelmer Vernooij 2008-05-23 19:32:50 +02:00
parent dd7b0ebe23
commit b9c3aae792

View File

@ -89,7 +89,7 @@ libclisrcdir := libcli
mkinclude libcli/config.mk
ejsscriptsrcdir := scripting/ejs
mkinclude scripting/ejs/config.mk
pyscriptsrcdir := scripting/python
pyscriptsrcdir := $(srcdir)/scripting/python
mkinclude scripting/python/config.mk
kdcsrcdir := kdc
mkinclude kdc/config.mk