dlm: master - Makefiles: fix include paths

David Teigland teigland at fedoraproject.org
Fri Sep 30 22:03:42 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/dlm.git?p=dlm.git;a=commitdiff;h=3bc9b4611a837632c6bc89586c0fdce2bdb5ba4d
Commit:        3bc9b4611a837632c6bc89586c0fdce2bdb5ba4d
Parent:        b440452a8a553e1b3df2a92144077ba4459688fc
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Fri Sep 30 17:03:21 2011 -0500
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Fri Sep 30 17:03:21 2011 -0500

Makefiles: fix include paths

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

diff --git a/dlm_controld/Makefile b/dlm_controld/Makefile
index f643ec3..722d8c2 100644
--- a/dlm_controld/Makefile
+++ b/dlm_controld/Makefile
@@ -45,7 +45,7 @@ BIN_CFLAGS += -D_GNU_SOURCE -g \
 
 BIN_CFLAGS += -fPIE -DPIE
 BIN_CFLAGS += `xml2-config --cflags`
-BIN_CFLAGS += -I../dlm/libdlm
+BIN_CFLAGS += -I../libdlm
 
 BIN_LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie
 BIN_LDFLAGS += `xml2-config --libs`
diff --git a/dlm_tool/Makefile b/dlm_tool/Makefile
index 9f24a24..f2cd4b6 100644
--- a/dlm_tool/Makefile
+++ b/dlm_tool/Makefile
@@ -25,7 +25,7 @@ BIN_CFLAGS += -D_GNU_SOURCE -g \
 	-fdiagnostics-show-option \
 
 BIN_CFLAGS += -fPIE -DPIE
-BIN_CFLAGS += -I../include -I../dlm/libdlm -I../dlm_controld
+BIN_CFLAGS += -I../include -I../libdlm -I../dlm_controld
 
 BIN_LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie
 BIN_LDFLAGS += -lpthread -ldlm -ldlmcontrol


More information about the cluster-commits mailing list