520b48f4f7
Major changes: * Replace runtime endianess check with the compile time one. * Added support for the new predictor type (floating point predictor), defined at the TIFF Technical Note 3. * Added Support for custom tags, passed by value. Added support for all DNG tags.
15 lines
394 B
Plaintext
15 lines
394 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2005/07/17 20:54:36 naddy Exp $
|
|
--- Makefile.in.orig Tue Jul 5 18:37:45 2005
|
|
+++ Makefile.in Wed Jul 13 18:52:48 2005
|
|
@@ -257,8 +257,8 @@ EXTRA_DIST = \
|
|
autogen.sh \
|
|
nmake.opt
|
|
|
|
-dist_doc_DATA = $(docfiles)
|
|
-SUBDIRS = port libtiff tools contrib test man html
|
|
+dist_doc_DATA =
|
|
+SUBDIRS = port libtiff tools test man html
|
|
all: all-recursive
|
|
|
|
.SUFFIXES:
|