[Cluster-devel] cluster/cman/daemon Makefile

pcaulfield at sourceware.org pcaulfield at sourceware.org
Tue Jun 27 06:43:27 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield at sourceware.org	2006-06-27 06:43:26

Modified files:
	cman/daemon    : Makefile 

Log message:
	Fix build error.
	Thanks Lon.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/Makefile.diff?cvsroot=cluster&r1=1.43&r2=1.44

--- cluster/cman/daemon/Makefile	2006/06/22 16:17:56	1.43
+++ cluster/cman/daemon/Makefile	2006/06/27 06:43:26	1.44
@@ -19,7 +19,8 @@
 
 CFLAGS+= -fPIC -g -I${ccsincdir} -I${incdir} -I${top_srcdir}/config \
 	-DCMAN_RELEASE_NAME=\"${RELEASE}\" -I../lib -DDEBUG \
-	-I ${AISDIR}/${AISTAG}/exec -L ${AISDIR}/${AISTAG}/exec
+	-I ${AISDIR}/${AISTAG}/exec -L ${AISDIR}/${AISTAG}/exec \
+	-I ${AISDIR}/${AISTAG}/include
 
 TARGET=service_cman.lcrso
 CMAN_OBJS=daemon.o config.o logging.o ais.o commands.o barrier.o cmanccs.o




More information about the Cluster-devel mailing list