From: Oren Kladnitsky Date: Sun, 23 Dec 2007 09:15:48 +0000 (+0200) Subject: Added mtcr.h installation X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d402768feff5b6430affff5577eb61da51c64102;p=~adrianc%2Fmstflint.git Added mtcr.h installation --- diff --git a/Makefile.am b/Makefile.am index 4335008..472fe33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,9 @@ mstvpd_SOURCES = vpd.c mstmcra_SOURCES = mcra.c mtcr.h +mstflintinclude_HEADERS = mtcr.h +mstflintincludedir = @includedir@ + EXTRA_DIST = \ mstflint.spec diff --git a/configure.in b/configure.in index 78fb98d..cd39a50 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ dnl Checks for programs AC_PROG_CC AC_PROG_CXX AC_PROG_LIBTOOL -AC_CONFIG_HEADERS +AC_CONFIG_HEADERS( config.h ) AC_CONFIG_FILES([Makefile mstflint.spec]) AC_OUTPUT