From 6faf2530ee561ee09a3e47365ad456ae4eec23e4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 24 Oct 2012 14:48:27 +0200 Subject: ini_comment.h needs to be installed as well for the new ini interface. Guenther --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4a50c84..3045ac5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -213,7 +213,7 @@ endif lib_LTLIBRARIES += libini_config.la dist_pkgconfig_DATA += ini/ini_config.pc -dist_include_HEADERS += ini/ini_config.h ini/ini_configobj.h ini/ini_valueobj.h +dist_include_HEADERS += ini/ini_config.h ini/ini_configobj.h ini/ini_valueobj.h ini/ini_comment.h libini_config_la_SOURCES = \ ini/ini_config.c \ -- cgit