From mboxrd@z Thu Jan 1 00:00:00 1970 From: cfeist@sourceware.org Date: 7 Jan 2008 20:10:25 -0000 Subject: [Cluster-devel] cluster/group/dlm_controld Makefile Message-ID: <20080107201025.32366.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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