From mboxrd@z Thu Jan 1 00:00:00 1970 From: cfeist@sourceware.org Date: 6 Sep 2007 22:27:01 -0000 Subject: [Cluster-devel] cluster/dlm/tool Makefile Message-ID: <20070906222701.7040.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-06 22:27:01 Modified files: dlm/tool : Makefile Log message: Added Makefile include location to pick up libdlm.h Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.4.1&r2=1.2.4.2 --- cluster/dlm/tool/Makefile 2007/07/02 15:08:47 1.2.4.1 +++ cluster/dlm/tool/Makefile 2007/09/06 22:27:00 1.2.4.2 @@ -16,7 +16,7 @@ all: $(BINARIES) -CFLAGS+=-I${top_srcdir}/dlm/lib -L${top_srcdir}/dlm/lib -g +CFLAGS+=-I${top_srcdir}/dlm/lib -L${top_srcdir}/dlm/lib -g -I../lib/ ifneq (${KERNEL_SRC}, ) CFLAGS += -I${KERNEL_SRC}/include/cluster