From 9a83100c65255ad5bd2cfe461b7f1e79941f84e0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 13 Dec 2001 13:54:39 +0000 Subject: -Insswitch/ breaks the build by preventing include of from working (This used to be commit 1ef98625404a2df0fb0b70b40041e3b8cdbc5f5d) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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 = -- cgit