* 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:
parent
3cef009696
commit
c1961f4111
@ -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,
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user