All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/dlm/lib Makefile libaislock.c libdlm.c
@ 2006-06-15  9:34 pcaulfield
  0 siblings, 0 replies; only message in thread
From: pcaulfield @ 2006-06-15  9:34 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield at sourceware.org	2006-06-15 09:34:42

Modified files:
	dlm/lib        : Makefile libaislock.c libdlm.c 

Log message:
	Build against installed headers rather the ./configured kernel source.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/libaislock.c.diff?cvsroot=cluster&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/libdlm.c.diff?cvsroot=cluster&r1=1.30&r2=1.31

--- cluster/dlm/lib/Makefile	2006/06/12 08:15:51	1.13
+++ cluster/dlm/lib/Makefile	2006/06/15 09:34:42	1.14
@@ -22,7 +22,7 @@
 
 include ${top_srcdir}/make/defines.mk
 
-CFLAGS += -g -I. -O2 -idirafter ${KERNEL_SRC}/include/linux
+CFLAGS += -g -I. -O2 
 LDFLAGS +=  
 
 all: $(STATICLIB) $(SHAREDLIB)
--- cluster/dlm/lib/libaislock.c	2005/05/17 15:30:46	1.2
+++ cluster/dlm/lib/libaislock.c	2006/06/15 09:34:42	1.3
@@ -14,12 +14,12 @@
 #include <sys/file.h>
 #include <sys/stat.h>
 
-#include "libdlm_internal.h"
-#include "dlm.h"
+#include <linux/types.h>
+#include <linux/dlm.h>
 #define BUILDING_LIBDLM
 #include "libdlm.h"
 #include "libaislock.h"
-#include "dlm_device.h"
+#include <linux/dlm_device.h>
 
 enum {
 	SA_LCK_GRANT_CB = 1,
--- cluster/dlm/lib/libdlm.c	2006/06/12 08:15:51	1.30
+++ cluster/dlm/lib/libdlm.c	2006/06/15 09:34:42	1.31
@@ -41,10 +41,11 @@
 #ifdef HAVE_SELINUX
 #include <selinux/selinux.h>
 #endif
-#include "dlm.h"
-#include "libdlm_internal.h"
+#include <linux/types.h>
+#include <linux/dlm.h>
+#define BUILDING_LIBDLM
 #include "libdlm.h"
-#include "dlm_device.h"
+#include <linux/dlm_device.h>
 
 #define MISC_PREFIX "/dev/misc/"
 #define PROC_MISC "/proc/misc"



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-15  9:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-15  9:34 [Cluster-devel] cluster/dlm/lib Makefile libaislock.c libdlm.c pcaulfield

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.