From f9d33f413833e60912b134bec2398f7078572b93 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 22 Feb 2010 11:28:57 +0000 Subject: [PATCH] Install hivex.h in $includedir. --- hivex/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hivex/Makefile.am b/hivex/Makefile.am index 51a7376..8bcdd4d 100644 --- a/hivex/Makefile.am +++ b/hivex/Makefile.am @@ -68,6 +68,8 @@ hivexsh_CFLAGS = \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ $(WARN_CFLAGS) $(WERROR_CFLAGS) +include_HEADERS = hivex.h + man_MANS = hivex.3 hivexml.1 hivexget.1 hivexsh.1 hivex.3: hivex.pod -- 1.8.3.1