Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git i/libtiff/Makefile.am w/libtiff/Makefile.am 2index 44522b62..d66e5948 100644 3--- i/libtiff/Makefile.am 4+++ w/libtiff/Makefile.am 5@@ -36,8 +36,12 @@ EXTRA_DIST = \ 6 tiffconf.h.cmake.in 7 8 libtiffinclude_HEADERS = \ 9+ tif_config.h \ 10+ tif_dir.h \ 11+ tif_hash_set.h \ 12 tiff.h \ 13 tiffio.h \ 14+ tiffiop.h \ 15 tiffvers.h 16 17 if HAVE_CXX