about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/libtiff/headers.patch
blob: 933e06f32326e8331be11d76ce0841dda1f00f2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export private headers for freeimage
--- i/libtiff/Makefile.am
+++ w/libtiff/Makefile.am
@@ -36,8 +36,12 @@ EXTRA_DIST = \
 	tif_win32_versioninfo.rc

 libtiffinclude_HEADERS = \
+	tif_config.h \
+	tif_dir.h \
+	tif_hash_set.h \
 	tiff.h \
 	tiffio.h \
+	tiffiop.h \
 	tiffvers.h

 if HAVE_CXX