1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-23 00:23:53 +03:00

Remove nsswitch from include directories.

(This used to be commit 19dd8ba826)
This commit is contained in:
Tim Potter
2002-03-20 04:51:40 +00:00
parent 97ec0686f1
commit 9cd6e74e8b

View File

@@ -38,6 +38,8 @@ samba_cflags = ""
if os.environ.has_key("PYTHON_CFLAGS"):
samba_cflags = os.environ.get("PYTHON_CFLAGS")
print "FLAGS =", samba_cflags
# These variables are filled in by configure
samba_libs = "@LIBS@"
@@ -66,8 +68,8 @@ setup(
# Build info
include_dirs = [".", "include", "ubiqx", "nsswitch", "smbwrapper",
"popt", "/usr/kerberos/include"],
include_dirs = [".", "include", "ubiqx", "smbwrapper",
"popt", "/usr/kerberos/include", "/usr/local/include"],
# Module list