[Cluster-devel] cluster/group/dlm_controld Makefile

cfeist at sourceware.org cfeist at sourceware.org
Mon Jan 7 20:10:25 UTC 2008


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	cfeist at sourceware.org	2008-01-07 20:10:24

Modified files:
	group/dlm_controld: Makefile 

Log message:
	Include dlm lib directory so we can use the libdlm library.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.2&r2=1.4.2.3

--- cluster/group/dlm_controld/Makefile	2008/01/07 19:17:07	1.4.2.2
+++ cluster/group/dlm_controld/Makefile	2008/01/07 20:10:24	1.4.2.3
@@ -24,7 +24,7 @@
 	-I../../dlm/lib/ \
 	-I../include/
 
-LDFLAGS+= -L../../cman/lib -L${libdir}/openais
+LDFLAGS+= -L../../cman/lib -L../../dlm/lib -L${libdir}/openais
 
 
 TARGET=dlm_controld




More information about the Cluster-devel mailing list