Skip to content

Commit

Permalink
Properly include additional cmake files in "make dist" under autoconf
Browse files Browse the repository at this point in the history
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
  • Loading branch information
kdt3rd committed Jul 17, 2019
1 parent 120b93e commit ae54f3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions IlmBase/config/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

configincludedir = $(includedir)/OpenEXR

nodist_configinclude_HEADERS = IlmBaseConfig.h
nodist_configinclude_HEADERS = IlmBaseConfig.h IlmBaseConfigInternal.h

EXTRA_DIST = IlmBaseConfig.h.in
EXTRA_DIST = IlmBaseConfig.h.in IlmBaseConfig.h.in_cmake \
IlmBaseConfigInternal.h.in IlmBaseConfigInternal.h.in_cmake \
CMakeLists.txt IlmBaseSetup.cmake LibraryDefine.cmake \
ParseConfigure.cmake
1 change: 0 additions & 1 deletion OpenEXR/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ EXTRA_DIST = \
AUTHORS ChangeLog LICENSE NEWS PATENTS \
README.md \
bootstrap openexr.m4 \
config.windows/OpenEXRConfig.h \
CMakeLists.txt

dist-hook:
Expand Down

0 comments on commit ae54f3d

Please sign in to comment.