From mboxrd@z Thu Jan 1 00:00:00 1970 From: cfeist@sourceware.org Date: 7 Sep 2007 16:12:37 -0000 Subject: [Cluster-devel] cluster/dlm/tool Makefile Message-ID: <20070907161237.4837.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: 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: