freeipmi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Freeipmi-devel] [PATCH 2/2] build: fix inclusion of freeipmi.h header f


From: Diego Elio Pettenò
Subject: [Freeipmi-devel] [PATCH 2/2] build: fix inclusion of freeipmi.h header from system itself.
Date: Fri, 4 May 2012 23:33:25 -0700

Signed-off-by: Diego Elio Pettenò <address@hidden>
---
 common/daemonutil/Makefile.am |    1 +
 ipmidetect/Makefile.am        |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/common/daemonutil/Makefile.am b/common/daemonutil/Makefile.am
index cf40c40..5bed4c0 100644
--- a/common/daemonutil/Makefile.am
+++ b/common/daemonutil/Makefile.am
@@ -4,6 +4,7 @@ noinst_LTLIBRARIES = \
 libdaemonutil_la_CPPFLAGS = \
        -I$(top_srcdir)/common/miscutil \
        -I$(top_srcdir)/common/portability \
+       -I$(top_srcdir)/libfreeipmi/include \
        -D_GNU_SOURCE \
        -D_REENTRANT
 
diff --git a/ipmidetect/Makefile.am b/ipmidetect/Makefile.am
index 5230aff..8f05aa3 100644
--- a/ipmidetect/Makefile.am
+++ b/ipmidetect/Makefile.am
@@ -10,6 +10,7 @@ ipmidetect_CPPFLAGS = \
        -I$(top_srcdir)/common/miscutil \
        -I$(top_srcdir)/common/portability \
        -I$(top_srcdir)/libipmidetect/ \
+       -I$(top_srcdir)/libfreeipmi/include \
        -D_GNU_SOURCE \
        -D_REENTRANT
 
-- 
1.7.8.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]