diff options
Diffstat (limited to 'src/plugins/bmc')
| -rw-r--r-- | src/plugins/bmc/Makefile.am | 2 | ||||
| -rw-r--r-- | src/plugins/bmc/Makefile.in | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/src/plugins/bmc/Makefile.am b/src/plugins/bmc/Makefile.am index 66080d6..f9374fe 100644 --- a/src/plugins/bmc/Makefile.am +++ b/src/plugins/bmc/Makefile.am @@ -30,7 +30,7 @@  MAINTAINERCLEANFILES	= Makefile.in -INCLUDES		= -I$(top_srcdir)/include +AM_CPPFLAGS		= -I$(top_srcdir)/include  EXTRA_LTLIBRARIES	= libintf_bmc.la  noinst_LTLIBRARIES	= @INTF_BMC_LIB@ diff --git a/src/plugins/bmc/Makefile.in b/src/plugins/bmc/Makefile.in index 6ed1ee7..3cb831b 100644 --- a/src/plugins/bmc/Makefile.in +++ b/src/plugins/bmc/Makefile.in @@ -338,7 +338,7 @@ top_build_prefix = @top_build_prefix@  top_builddir = @top_builddir@  top_srcdir = @top_srcdir@  MAINTAINERCLEANFILES = Makefile.in -INCLUDES = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include  EXTRA_LTLIBRARIES = libintf_bmc.la  noinst_LTLIBRARIES = @INTF_BMC_LIB@  libintf_bmc_la_LIBADD = $(top_builddir)/lib/libipmitool.la | 
