* [Cluster-devel] cluster/group/dlm_controld Makefile
@ 2008-01-07 19:17 cfeist
0 siblings, 0 replies; 2+ messages in thread
From: cfeist @ 2008-01-07 19:17 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: cfeist at sourceware.org 2008-01-07 19:17:07
Modified files:
group/dlm_controld: Makefile
Log message:
Include dlm directory so we can use libdlm.h
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.1&r2=1.4.2.2
--- cluster/group/dlm_controld/Makefile 2007/10/26 21:33:27 1.4.2.1
+++ cluster/group/dlm_controld/Makefile 2008/01/07 19:17:07 1.4.2.2
@@ -21,6 +21,7 @@
-I../../group/lib/ \
-I../../ccs/lib/ \
-I../../cman/lib/ \
+ -I../../dlm/lib/ \
-I../include/
LDFLAGS+= -L../../cman/lib -L${libdir}/openais
^ permalink raw reply [flat|nested] 2+ messages in thread* [Cluster-devel] cluster/group/dlm_controld Makefile
@ 2008-01-07 20:10 cfeist
0 siblings, 0 replies; 2+ messages in thread
From: cfeist @ 2008-01-07 20:10 UTC (permalink / raw)
To: cluster-devel.redhat.com
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-07 20:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-07 19:17 [Cluster-devel] cluster/group/dlm_controld Makefile cfeist
-- strict thread matches above, loose matches on Subject: below --
2008-01-07 20:10 cfeist
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.