[Fedora-directory-commits] ldapserver/lib/libadmin Makefile, 1.9, 1.10

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Mon Oct 3 19:54:08 UTC 2005


Author: rmeggins

Update of /cvs/dirsec/ldapserver/lib/libadmin
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22035/ldapserver/lib/libadmin

Modified Files:
	Makefile 
Log Message:
Bug(s) fixed: 169663
Bug Description: Build Cleanup - open source AS, other components;
remove Fortezza; etc.
Reviewed by: Noriko, Nathan, Rob C. (Thanks!)
Fix Description: This allows us to build DS entirely outside of the
firewall with entirely open source components, including setuputil,
adminutil, adminserver, and java components.  I still need to address
some issues around nsperl, perldap, dsmlgw, xmltools, and general ease
of build.  This also gets rid of the crufty Fortezza build stuff and
addresses some other minor build issues.
Platforms tested: RHEL4
Flag Day: yes, but the internal builds should not be affected
Doc impact: wiki
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libadmin/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile	19 Apr 2005 22:07:53 -0000	1.9
+++ Makefile	3 Oct 2005 19:54:01 -0000	1.10
@@ -44,10 +44,10 @@
 MODULE=LibAdmin
 MODULE_CFLAGS=-DENCRYPT_PASSWORDS -DUSE_ADMSERV
 
-include $(BUILD_ROOT)/nsdefs.mk
-
 OBJDEST=$(OBJDIR)/lib/libadmin
 
+include $(BUILD_ROOT)/nsconfig.mk
+
 ifeq ($(ARCH), WINNT)
 LIBS=$(OBJDIR)/lib/libadmin.lib
 else
@@ -69,8 +69,6 @@
 #$(LIBS): $(addprefix $(BUILD_ROOT)/include/libadmin/, \
 #                     hadm_msgs.i la_msgs.i)
 
-include $(BUILD_ROOT)/nsconfig.mk
-
 MCC_INCLUDE += $(ADMINUTIL_INCLUDE)
 
 #ifeq ($(ARCH), HPUX)




More information about the Fedora-directory-commits mailing list