From 6a42014719d01946b8274ac4d293ab352e9b6307 Mon Sep 17 00:00:00 2001 From: Oliver Behnke Date: Fri, 6 Mar 2020 16:12:14 +0100 Subject: [PATCH] Install project_specific_defines.h if configured (required by config.h) --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a06839ba46d..2793a7489d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,8 @@ EXTRA_DIST = \ if INSTALL_HEADERS pkginclude_HEADERS = \ version.h \ - svn_version.h + svn_version.h \ + project_specific_defines.h endif # svn_version.h should always be rebuilt.