504525a148
GitOrigin-RevId: bd645e8668ec6612439a9ee7e71f7eac4099d4f6
16 lines
289 B
Diff
16 lines
289 B
Diff
export private headers for freeimage
|
|
--- i/libtiff/Makefile.am
|
|
+++ w/libtiff/Makefile.am
|
|
@@ -36,8 +36,12 @@ EXTRA_DIST = \
|
|
tiffconf.h.cmake.in
|
|
|
|
libtiffinclude_HEADERS = \
|
|
+ tif_config.h \
|
|
+ tif_dir.h \
|
|
+ tif_hash_set.h \
|
|
tiff.h \
|
|
tiffio.h \
|
|
+ tiffiop.h \
|
|
tiffvers.h
|
|
|
|
if HAVE_CXX
|