From mboxrd@z Thu Jan 1 00:00:00 1970 From: cfeist@sourceware.org Date: 13 Nov 2006 20:48:58 -0000 Subject: [Cluster-devel] cluster/fence/agents/xvm Makefile Message-ID: <20061113204858.10119.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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