summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2005-05-02 19:37:28 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2005-05-02 19:37:28 +0000
commit8bb0626d921ce49e2bb391c9da6844857034ad19 (patch)
treecf137ca7d969a00f4ad8596566a78fb301226840 /tests
parent6b8fd1ecf3ee7dd6947d8ff84295b6cd8635b556 (diff)
downloadlibgphoto2-8bb0626d921ce49e2bb391c9da6844857034ad19.tar.gz
correctly link test programs
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7931 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am18
1 files changed, 15 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 876e25082..566afea60 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,13 +20,25 @@ noinst_PROGRAMS = \
test-filesys
test_gphoto2_SOURCE = test-gphoto2.c
-test_gphoto2_LDADD = $(top_builddir)/libgphoto2/libgphoto2.la $(INTLLIBS)
+test_gphoto2_LDADD = \
+ $(top_builddir)/libgphoto2/libgphoto2.la \
+ $(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
+ $(LIBEXIF_LIBS) \
+ $(INTLLIBS)
test_filesys_SOURCE = test-filesys.c
-test_filesys_LDADD = $(top_builddir)/libgphoto2/libgphoto2.la $(INTLLIBS)
+test_filesys_LDADD = \
+ $(top_builddir)/libgphoto2/libgphoto2.la \
+ $(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
+ $(LIBEXIF_LIBS) \
+ $(INTLLIBS)
test_camera_list_SOURCE = test-camera-list.c
-test_camera_list_LDADD = $(top_builddir)/libgphoto2/libgphoto2.la $(INTLLIBS)
+test_camera_list_LDADD = \
+ $(top_builddir)/libgphoto2/libgphoto2.la \
+ $(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
+ $(LIBEXIF_LIBS) \
+ $(INTLLIBS)
clean-local:
rm -rf _inst