Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/admin/src In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27781
Modified Files: Makefile Log Message: Added -DIS_FHS; the old build only supports FHS.
Index: Makefile =================================================================== RCS file: /cvs/dirsec/ldapserver/ldap/admin/src/Makefile,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- Makefile 10 Nov 2006 01:27:41 -0000 1.20 +++ Makefile 14 Nov 2006 17:37:38 -0000 1.21 @@ -59,7 +59,7 @@
INCLUDES += -I$(LDAP_SRC)/admin/include
-DS_SERVER_DEFS = -DNS_DS +DS_SERVER_DEFS = -DNS_DS -DIS_FHS
ifneq ($(ARCH), WINNT) EXTRALDFLAGS += $(SSLLIBFLAG)
389-commits@lists.fedoraproject.org