Skip to content

Commit

Permalink
Updated list of EXTRA_DIST files to reflect the updated test images a…
Browse files Browse the repository at this point in the history
…nd prior removal of README.win32
  • Loading branch information
nickrasmussen committed Nov 17, 2017
1 parent e69de40 commit dcaf5fd
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 12 deletions.
2 changes: 1 addition & 1 deletion IlmBase/Makefile.am
Expand Up @@ -15,7 +15,7 @@ DIST_SUBDIRS = \

EXTRA_DIST = \
AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS \
README README.CVS README.OSX README.win32 \
README README.CVS README.OSX \
README.cmake.txt README.namespacing README.git \
bootstrap \
config.windows/IlmBaseConfig.h \
Expand Down
48 changes: 38 additions & 10 deletions OpenEXR/IlmImfTest/Makefile.am
Expand Up @@ -72,13 +72,41 @@ LDADD = -L$(top_builddir)/IlmImf \

TESTS = IlmImfTest

EXTRA_DIST = comp_none.exr comp_piz.exr comp_rle.exr comp_zip.exr \
comp_zips.exr lineOrder_decreasing.exr lineOrder_increasing.exr \
test_native1.exr test_native2.exr invalid.exr \
tiled.exr comp_b44.exr comp_b44_piz.exr \
v1.7.test.planar.exr v1.7.test.tiled.exr v1.7.test.1.exr v1.7.test.interleaved.exr \
invalid_shared_attrs_multipart.exr \
tiled_with_scanlineimage_type.exr scanline_with_tiledimage_type.exr \
tiled_with_deepscanline_type.exr tiled_with_deeptile_type.exr \
scanline_with_deepscanline_type.exr scanline_with_deeptiled_type.exr \
CMakeLists.txt
EXTRA_DIST = CMakeLists.txt \
comp_b44.exr \
comp_b44_piz.exr \
comp_bad_bounds_piz.exr \
comp_bad_neg_bounds_pxr24.exr \
comp_bad_pos_bounds_piz.exr \
comp_bad_pos_bounds_pxr24.exr \
comp_dwaa_piz.exr \
comp_dwaa_v1.exr \
comp_dwaa_v2.exr \
comp_dwab_piz.exr \
comp_dwab_v1.exr \
comp_dwab_v2.exr \
comp_early_eof_piz.exr \
comp_invalid_unknown.exr \
comp_none.exr \
comp_piz.exr \
comp_rle.exr \
comp_short_decode_piz.exr \
comp_zip.exr \
comp_zips.exr \
invalid.exr \
invalid_shared_attrs_multipart.exr \
lineOrder_decreasing.exr \
lineOrder_increasing.exr \
scanline_with_deepscanline_type.exr \
scanline_with_deeptiled_type.exr \
scanline_with_tiledimage_type.exr \
test_native1.exr \
test_native2.exr \
tiled.exr \
tiled_with_deepscanline_type.exr \
tiled_with_deeptile_type.exr \
tiled_with_scanlineimage_type.exr \
v1.7.test.1.exr \
v1.7.test.interleaved.exr \
v1.7.test.planar.exr \
v1.7.test.tiled.exr
2 changes: 1 addition & 1 deletion OpenEXR/Makefile.am
Expand Up @@ -13,7 +13,7 @@ DIST_SUBDIRS = \

EXTRA_DIST = \
AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS PATENTS \
README README.CVS README.OSX README.win32 \
README README.CVS README.OSX \
README.git README.namespacing README.cmake.txt \
bootstrap openexr.m4 \
config.windows/OpenEXRConfig.h \
Expand Down

0 comments on commit dcaf5fd

Please sign in to comment.