From mboxrd@z Thu Jan 1 00:00:00 1970 From: cfeist@sourceware.org Date: 7 Jul 2006 16:53:26 -0000 Subject: [Cluster-devel] cluster/group daemon/Makefile gfs_controld/Mak ... Message-ID: <20060707165326.13949.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 Changes by: cfeist at sourceware.org 2006-07-07 16:53:26 Modified files: group/daemon : Makefile group/gfs_controld: Makefile Log message: Fixed building for x86_64. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 --- cluster/group/daemon/Makefile 2006/07/07 16:14:34 1.14 +++ cluster/group/daemon/Makefile 2006/07/07 16:53:25 1.15 @@ -15,7 +15,7 @@ UNINSTALL=${top_srcdir}/scripts/uninstall.pl CFLAGS+= -g -I. -I../include/ -I../../cman/lib/ -I../lib/ -LDFLAGS+= -L${cmanlibdir} -L/usr/lib/openais -L/usr/lib +LDFLAGS+= -L${cmanlibdir} -L${libdir}/openais -L${libdir} TARGET=groupd --- cluster/group/gfs_controld/Makefile 2006/07/07 16:14:34 1.4 +++ cluster/group/gfs_controld/Makefile 2006/07/07 16:53:26 1.5 @@ -22,7 +22,7 @@ -I../../cman/lib \ -I../include/ \ -I../lib/ -LDFLAGS+= -L../../cman/lib -L/usr/lib/openais -L/usr/lib +LDFLAGS+= -L../../cman/lib -L${libdir}/openais -L${libdir} TARGET=gfs_controld