[Cluster-devel] cluster/fence/agents/xvm Makefile

cfeist at sourceware.org cfeist at sourceware.org
Mon Nov 13 20:48:58 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL50
Changes by:	cfeist at sourceware.org	2006-11-13 20:48:58

Modified files:
	fence/agents/xvm: Makefile 

Log message:
	Need to include directory for ccs.h header file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL50&r1=1.3.4.1&r2=1.3.4.2

--- cluster/fence/agents/xvm/Makefile	2006/11/13 16:14:18	1.3.4.1
+++ cluster/fence/agents/xvm/Makefile	2006/11/13 20:48:58	1.3.4.2
@@ -24,7 +24,7 @@
 INCLUDE=-I${top_srcdir}/include -I${top_srcdir}/config \
 	-I/usr/include/openais -I/usr/include/libvirt \
 	-I/usr/include/nss3 -I/usr/include/nspr4 \
-	-I../../../cman/lib
+	-I../../../cman/lib -I../../../ccs/lib
 
 CFLAGS+=-DFENCE_RELEASE_NAME=\"${RELEASE}\" \
 	-Wall -Werror -Wstrict-prototypes -Wshadow -ggdb -D_GNU_SOURCE




More information about the Cluster-devel mailing list