[Cluster-devel] cluster/cmirror/src Makefile

jbrassow at sourceware.org jbrassow at sourceware.org
Fri Jan 18 20:32:09 UTC 2008


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	jbrassow at sourceware.org	2008-01-18 20:32:09

Modified files:
	cmirror/src    : Makefile 

Log message:
	- use ${libdir} instead of hardcoded value.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.4&r2=1.3.2.5

--- cluster/cmirror/src/Attic/Makefile	2007/11/08 22:16:53	1.3.2.4
+++ cluster/cmirror/src/Attic/Makefile	2008/01/18 20:32:09	1.3.2.5
@@ -40,7 +40,7 @@
 CFLAGS += -DDEBUG -DDEBUG_FUNCTIONS
 endif
 
-LDFLAGS += -L/usr/lib/openais -lcpg -lSaCkpt -lext2fs
+LDFLAGS += -L${libdir}/openais -L${libdir} -lcpg -lSaCkpt -lext2fs
 
 all: ${TARGET}
 




More information about the Cluster-devel mailing list