cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/dlm/tool Makefile
@ 2007-09-06 22:27 cfeist
  0 siblings, 0 replies; 2+ messages in thread
From: cfeist @ 2007-09-06 22:27 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Cluster-devel] cluster/dlm/tool Makefile
@ 2007-09-07 16:12 cfeist
  0 siblings, 0 replies; 2+ messages in thread
From: cfeist @ 2007-09-07 16:12 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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:



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-07 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-06 22:27 [Cluster-devel] cluster/dlm/tool Makefile cfeist
  -- strict thread matches above, loose matches on Subject: below --
2007-09-07 16:12 cfeist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).