From 00e79ceb49d2e21acd90ffa21b931205ff012ef1 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 24 Aug 2005 03:39:25 +0000 Subject: r9563: I think this INIT_OBJ_FILES should be ADD_OBJ_FILES so that the lib/samba3 source files are included in make proto. Fixes the build with ./configure.developer. (This used to be commit 691d6a04d76d55bfd61d581759b9be6a72880019) --- source4/lib/samba3/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/samba3/config.mk') diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index 5d96e233b4..64a2293614 100644 --- a/source4/lib/samba3/config.mk +++ b/source4/lib/samba3/config.mk @@ -1,7 +1,7 @@ ################################################ # Start SUBSYSTEM LIBSAMBA3 [SUBSYSTEM::LIBSAMBA3] -INIT_OBJ_FILES = \ +ADD_OBJ_FILES = \ lib/samba3/smbpasswd.o \ lib/samba3/tdbsam.o \ lib/samba3/policy.o \ -- cgit