summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-05-31 08:35:55 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-05-31 08:35:55 +1000
commitbe14efbdf9de964d36b1fdbc8dec909ad1d2601f (patch)
treed46a633b29a0d0f3e1096b21f5da69f611d506e7 /source4/auth/config.mk
parent277287114679addc2ef26fbe6a82963f9cf1b196 (diff)
downloadsamba-be14efbdf9de964d36b1fdbc8dec909ad1d2601f.tar.gz
samba-be14efbdf9de964d36b1fdbc8dec909ad1d2601f.tar.bz2
samba-be14efbdf9de964d36b1fdbc8dec909ad1d2601f.zip
Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c
This commit broke the build, because not all files (libreplace, popt) were updated. Andrew Bartlett (This used to be commit 3faacf4351d68a10aea78b53768571d2059772ae)
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r--source4/auth/config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index b825c520ed..f13c2e5758 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -27,7 +27,6 @@ PUBLIC_DEPENDENCIES = SAMDB UTIL_LDB LIBSECURITY
PRIVATE_DEPENDENCIES = LDAP_ENCODE
auth_sam_OBJ_FILES = $(addprefix $(authsrcdir)/, sam.o)
-$(auth_sam_OBJ_FILES): CFLAGS+=$(LDB_CFLAGS)
$(eval $(call proto_header_template,$(authsrcdir)/auth_sam.h,$(auth_sam_OBJ_FILES:.o=.c)))