]> git.openfabrics.org - ~adrianc/mstflint.git/commitdiff
Added mtcr.h installation
authorOren Kladnitsky <orenk@dev.mellanox.co.il>
Sun, 23 Dec 2007 09:15:48 +0000 (11:15 +0200)
committerOren Kladnitsky <orenk@sw006.lab.mtl.com>
Sun, 23 Dec 2007 09:15:48 +0000 (11:15 +0200)
Makefile.am
configure.in

index 4335008b48626141b34fee220619384f939796ee..472fe33ab045263dbbe31bc085525ccb09066d36 100644 (file)
@@ -18,6 +18,9 @@ mstvpd_SOURCES = vpd.c
 
 mstmcra_SOURCES  = mcra.c mtcr.h
 
+mstflintinclude_HEADERS = mtcr.h
+mstflintincludedir = @includedir@
+
 EXTRA_DIST = \
        mstflint.spec
 
index 78fb98d9027ecab144eeb577cebfe5438bea3735..cd39a50123a3b79c25238ae4602058167f09cd90 100644 (file)
@@ -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