summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-13 13:54:39 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-13 13:54:39 +0000
commit9a83100c65255ad5bd2cfe461b7f1e79941f84e0 (patch)
tree9019ad00627076d80d625a92eb064d0c37e6e0e8 /source3/Makefile.in
parent59780491e27da28bf5fbee8ff09698fdd233fe15 (diff)
downloadsamba-9a83100c65255ad5bd2cfe461b7f1e79941f84e0.tar.gz
samba-9a83100c65255ad5bd2cfe461b7f1e79941f84e0.tar.bz2
samba-9a83100c65255ad5bd2cfe461b7f1e79941f84e0.zip
-Insswitch/ breaks the build by preventing include of <nss.h> from working
(This used to be commit 1ef98625404a2df0fb0b70b40041e3b8cdbc5f5d)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b1b4c6d4ec..a2f92180cc 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -69,7 +69,7 @@ LOCKDIR = @lockdir@
# man pages language(s)
man_langs = "@manlangs@"
-FLAGS1 = $(CFLAGS) @FLAGS1@ -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper -I$(srcdir)/nsswitch $(CPPFLAGS) -I. -I$(srcdir)
+FLAGS1 = $(CFLAGS) @FLAGS1@ -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper $(CPPFLAGS) -I. -I$(srcdir)
FLAGS2 =
FLAGS3 =
FLAGS4 =