* test/Makefile.am (LIBTIFF): Due to linking against libtiff

incorrectly, tests were not actually testing the uninstalled
libtiff.  Now they are.
This commit is contained in:
Bob Friesenhahn 2006-01-08 18:57:33 +00:00
parent 3cef009696
commit c1961f4111
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-01-08 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* test/Makefile.am (LIBTIFF): Due to linking against libtiff
incorrectly, tests were not actually testing the uninstalled
libtiff. Now they are.
2006-01-04 Andrey Kiselev <dron@remotesensing.org>
* libtiff/tif_dirinfo.c: Change definitions for TIFFTAG_ICCPROFILE,

View File

@ -23,7 +23,7 @@
# Process this file with automake to produce Makefile.in.
LIBTIFF = -L$(top_builddir)/libtiff -ltiff
LIBTIFF = $(top_builddir)/libtiff/libtiff.la
#EXTRA_DIST = Makefile.vc