dlm: master - dlm_controld: adjust for moved files

David Teigland teigland at fedoraproject.org
Fri Sep 30 21:57:23 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/dlm.git?p=dlm.git;a=commitdiff;h=a5500be36aeaf39eaebe96a4db901335b88e3131
Commit:        a5500be36aeaf39eaebe96a4db901335b88e3131
Parent:        42a8ff3ed7d88a7e7a81d12bb905512f5e9c4a27
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Fri Sep 30 13:26:50 2011 -0500
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Fri Sep 30 13:26:50 2011 -0500

dlm_controld: adjust for moved files

Signed-off-by: David Teigland <teigland at redhat.com>
---
 dlm_controld/Makefile     |    2 +-
 dlm_controld/dlm_daemon.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlm_controld/Makefile b/dlm_controld/Makefile
index 63dcb9b..a89c7b3 100644
--- a/dlm_controld/Makefile
+++ b/dlm_controld/Makefile
@@ -34,7 +34,7 @@ CFLAGS += -D_GNU_SOURCE -g \
 
 CFLAGS += -fPIE -DPIE
 CFLAGS += `xml2-config --cflags`
-CFLAGS += -I../include -I../../dlm/libdlm -I../../dlm/libdlmcontrol
+CFLAGS += -I../dlm/libdlm -I../dlm/libdlmcontrol
 
 LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie
 LDFLAGS += `xml2-config --libs`
diff --git a/dlm_controld/dlm_daemon.h b/dlm_controld/dlm_daemon.h
index 0c89f67..70ad2d8 100644
--- a/dlm_controld/dlm_daemon.h
+++ b/dlm_controld/dlm_daemon.h
@@ -41,7 +41,7 @@
 #include "config.h"
 #include "list.h"
 #include "rbtree.h"
-#include "linux_endian.h"
+#include "endian.h"
 
 /* TODO: cleanup */
 #define CLUSTERVARLIB "/var/lib/cluster"


More information about the cluster-commits mailing list