cluster/cman/daemon Makefile
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: pcaulfield@sourceware.org 2008-01-02 11:03:23
Modified files:
cman/daemon : Makefile
Log message:
Oops, I didn't mean to commit that last private change
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5& r1=1.47.2.2&r2=1.47.2.3
--- cluster/cman/daemon/Makefile 2008/01/02 10:56:21 1.47.2.2
+++ cluster/cman/daemon/Makefile 2008/01/02 11:03:23 1.47.2.3
@@ -15,7 +15,7 @@
include ${top_srcdir}/make/defines.mk
-CFLAGS+= -I/home/christine/dev/openais-installed/usr/include -fPIC -I${ccsincdir} -I${incdir} -I${top_srcdir}/config
+CFLAGS+= -fPIC -I${ccsincdir} -I${incdir} -I${top_srcdir}/config
-DCMAN_RELEASE_NAME="${RELEASE}" -DOPENAIS_EXTERNAL_SERVICE
ifeq ($(DEBUG),y)
|