summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2007-10-17 03:02:57 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2007-10-17 03:02:57 +0000
commit3664ae290fe2fab6928fa6eb564291ba3fa73161 (patch)
tree0b62130df88109804d28167db79140742edf9e99 /tests
parent70612c8e767a85f0df34ae4666fea0196f8583be (diff)
downloadlibgphoto2-3664ae290fe2fab6928fa6eb564291ba3fa73161.tar.gz
Also link against $(LIBLTDL) if linking against libgphoto2.la
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10794 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am5
-rw-r--r--tests/ddb/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a9d71a605..ae2b98b00 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -28,6 +28,7 @@ test_gphoto2_SOURCE = test-gphoto2.c
test_gphoto2_LDADD = \
$(top_builddir)/libgphoto2/libgphoto2.la \
$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
+ $(LIBLTDL) \
$(LIBEXIF_LIBS) \
$(INTLLIBS)
@@ -36,6 +37,7 @@ test_filesys_SOURCE = test-filesys.c
test_filesys_LDADD = \
$(top_builddir)/libgphoto2/libgphoto2.la \
$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
+ $(LIBLTDL) \
$(LIBEXIF_LIBS) \
$(INTLLIBS)
@@ -48,6 +50,7 @@ test_camera_list_SOURCE = test-camera-list.c
test_camera_list_LDADD = \
$(top_builddir)/libgphoto2/libgphoto2.la \
$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
+ $(LIBLTDL) \
$(LIBEXIF_LIBS) \
$(INTLLIBS)
@@ -72,6 +75,7 @@ test_pedantic_c_CFLAGS = \
test_pedantic_c_LDADD = \
$(top_builddir)/libgphoto2/libgphoto2.la \
$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
+ $(LIBLTDL) \
$(LIBEXIF_LIBS) \
$(INTLLIBS)
@@ -92,6 +96,7 @@ test_pedantic_cxx_CXXFLAGS = \
test_pedantic_cxx_LDADD = \
$(top_builddir)/libgphoto2/libgphoto2.la \
$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
+ $(LIBLTDL) \
$(LIBEXIF_LIBS) \
$(INTLLIBS)
diff --git a/tests/ddb/Makefile.am b/tests/ddb/Makefile.am
index f8a22eb84..c1140be7a 100644
--- a/tests/ddb/Makefile.am
+++ b/tests/ddb/Makefile.am
@@ -29,6 +29,7 @@ test_ddb_LDADD = \
-lfl \
$(top_builddir)/libgphoto2/libgphoto2.la \
$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
+ $(LIBLTDL) \
$(LIBEXIF_LIBS) \
$(INTLLIBS)