Install project_specific_defines.h if configured (required by config.h)

This commit is contained in:
Oliver Behnke 2020-03-06 16:12:14 +01:00
parent 4e1617fbca
commit 6a42014719
1 changed files with 2 additions and 1 deletions

View File

@ -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.