summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorArnaud Launay <asl@launay.org>2002-10-27 11:14:55 +0000
committerArnaud Launay <asl@launay.org>2002-10-27 11:14:55 +0000
commitb0cf461c5572d1c1934244e9ab604c6f9ca5a60a (patch)
tree101461b567dc86095b3f0077bcdbe18f6cc9216d /tests/Makefile.am
parent71965c180acaf4848c5a2056d8d85a3a01f2ca1b (diff)
downloadlibgphoto2-b0cf461c5572d1c1934244e9ab604c6f9ca5a60a.tar.gz
add locally compiled libintl to ld
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5499 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4780e8801..6953fc63a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -8,7 +8,7 @@ noinst_PROGRAMS = \
test-filesys
test_gphoto2_SOURCE = test-gphoto2.c
-test_gphoto2_LDADD = ../libgphoto2/libgphoto2.la
+test_gphoto2_LDADD = ../libgphoto2/libgphoto2.la ../intl/libintl.a
test_filesys_SOURCE = test-filesys.c
-test_filesys_LDADD = ../libgphoto2/libgphoto2.la
+test_filesys_LDADD = ../libgphoto2/libgphoto2.la ../intl/libintl.a