[Cluster-devel] cluster/dlm/tool Makefile

cfeist at sourceware.org cfeist at sourceware.org
Fri Sep 7 16:12:37 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	cfeist at sourceware.org	2007-09-07 16:12:36

Modified files:
	dlm/tool       : Makefile 

Log message:
	More makefile fixes to allow for build.

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

--- cluster/dlm/tool/Makefile	2007/09/06 22:27:00	1.2.4.2
+++ cluster/dlm/tool/Makefile	2007/09/07 16:12:36	1.2.4.3
@@ -16,7 +16,7 @@
 
 all: $(BINARIES)
 
-CFLAGS+=-I${top_srcdir}/dlm/lib -L${top_srcdir}/dlm/lib -g -I../lib/
+CFLAGS+=-I${top_srcdir}/dlm/lib -L${top_srcdir}/dlm/lib -g -I../lib/ -L../lib
 
 ifneq (${KERNEL_SRC}, )
 CFLAGS += -I${KERNEL_SRC}/include/cluster
@@ -33,3 +33,8 @@
 
 copytobin:
 
+install:
+
+uninstall:
+
+clean:




More information about the Cluster-devel mailing list