[Cluster-devel] cluster/dlm/tool Makefile

cfeist at sourceware.org cfeist at sourceware.org
Thu Sep 6 22:27:01 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	cfeist at sourceware.org	2007-09-06 22:27:01

Modified files:
	dlm/tool       : Makefile 

Log message:
	Added Makefile include location to pick up libdlm.h

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.4.1&r2=1.2.4.2

--- cluster/dlm/tool/Makefile	2007/07/02 15:08:47	1.2.4.1
+++ cluster/dlm/tool/Makefile	2007/09/06 22:27:00	1.2.4.2
@@ -16,7 +16,7 @@
 
 all: $(BINARIES)
 
-CFLAGS+=-I${top_srcdir}/dlm/lib -L${top_srcdir}/dlm/lib -g
+CFLAGS+=-I${top_srcdir}/dlm/lib -L${top_srcdir}/dlm/lib -g -I../lib/
 
 ifneq (${KERNEL_SRC}, )
 CFLAGS += -I${KERNEL_SRC}/include/cluster




More information about the Cluster-devel mailing list