summaryrefslogtreecommitdiff
path: root/libgphoto2_port
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-08-30 13:03:51 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-08-30 13:04:16 +0200
commit731909b865848c2d5bc79cdf3f560d0284287061 (patch)
treef77aaec647ecd967627685509d64d0d98c34f6c2 /libgphoto2_port
parent7de370bbd6f5358a5029957ee68a6e4b9dfa29a2 (diff)
downloadlibgphoto2-731909b865848c2d5bc79cdf3f560d0284287061.tar.gz
Run libgphoto2_port tests only AFTER building iolibs
The test-port-list test can only work with iolibs having been compiled before, and that requires "." *before* "test" in the SUBDIRS definition.
Diffstat (limited to 'libgphoto2_port')
-rw-r--r--libgphoto2_port/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2_port/Makefile.am b/libgphoto2_port/Makefile.am
index c1a4cade9..2a103fa88 100644
--- a/libgphoto2_port/Makefile.am
+++ b/libgphoto2_port/Makefile.am
@@ -25,7 +25,7 @@ udevscript_PROGRAMS =
bin_SCRIPTS = gphoto2-port-config
# The . stands for the current dir, i.e. the iolibs to build.
-SUBDIRS = po libgphoto2_port test . doc gphoto-m4
+SUBDIRS = po libgphoto2_port . test doc gphoto-m4
########################################################################