summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2006-01-08 18:57:33 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2006-01-08 18:57:33 +0000
commitc1961f4111b1a0893dea4c06dd170bbf89f2cbc7 (patch)
tree7c03ee0f370ba838678da4a34b7895511e1856c1 /test
parent3cef009696c499146d6e4fca86ded7bb4b5801f5 (diff)
downloadlibtiff-git-c1961f4111b1a0893dea4c06dd170bbf89f2cbc7.tar.gz
* test/Makefile.am (LIBTIFF): Due to linking against libtiff
incorrectly, tests were not actually testing the uninstalled libtiff. Now they are.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 51682dda..d80357f0 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -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