From 2ba2d936b5a3c699e4d02af23ba74036624d5ee6 Mon Sep 17 00:00:00 2001 From: nkbj Date: Sat, 17 Jan 2015 08:02:56 +0000 Subject: [PATCH] Install include/exiv2/config.h when using the autotools build system. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 34cd4c89..3a682804 100644 --- a/src/Makefile +++ b/src/Makefile @@ -60,6 +60,7 @@ include $(top_srcdir)/config/config.mk # Add standalone C++ header files to this list CCHDR = exiv2.hpp \ + config.h \ exv_conf.h \ exv_msvc.h \ Jzon.h \