From 9cd6e74e8be399a72921325a0ca87cc523dd0cec Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 20 Mar 2002 04:51:40 +0000 Subject: Remove nsswitch from include directories. (This used to be commit 19dd8ba8267320c0f219639abe3aa701b69e5c56) --- source3/python/setup.py.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source3/python/setup.py.in b/source3/python/setup.py.in index 17a722fc92..ce29bcc37f 100755 --- a/source3/python/setup.py.in +++ b/source3/python/setup.py.in @@ -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 -- cgit