From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 27 Jun 2006 06:43:27 -0000 Subject: [Cluster-devel] cluster/cman/daemon Makefile Message-ID: <20060627064327.17411.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 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