summaryrefslogtreecommitdiff
path: root/libgphoto2_port
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-11-09 17:15:21 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-11-09 17:17:04 +0100
commit2cc8be403e030cfff90435e4259d7bf1fa47a1a1 (patch)
treea175ac49f7d6402bf77ff70c2c9ed613d08b051f /libgphoto2_port
parent8f035e30382f81cc6c27ebe5f2ee16f1eb81b61f (diff)
downloadlibgphoto2-2cc8be403e030cfff90435e4259d7bf1fa47a1a1.tar.gz
Use per-program "noinst_PROGRAMS +=" line
Diffstat (limited to 'libgphoto2_port')
-rw-r--r--libgphoto2_port/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgphoto2_port/tests/Makefile.am b/libgphoto2_port/tests/Makefile.am
index fb0b31ead..7b8903645 100644
--- a/libgphoto2_port/tests/Makefile.am
+++ b/libgphoto2_port/tests/Makefile.am
@@ -15,7 +15,7 @@ INSTALL_TESTS_ENVIRONMENT = env \
AM_CPPFLAGS += -I$(top_srcdir)
-noinst_PROGRAMS += test-gp-port test-port-list
+noinst_PROGRAMS += test-gp-port
test_gp_port_CPPFLAGS = $(AM_CPPFLAGS) $(LTDLINCL) $(CPPFLAGS)
test_gp_port_SOURCES = test-gp-port.c
test_gp_port_LDADD = $(top_builddir)/libgphoto2_port/libgphoto2_port.la
@@ -24,6 +24,7 @@ test_gp_port_LDADD += $(LIBLTDL) $(INTLLIBS)
TESTS += test-port-list
INSTALL_TESTS += test-port-list
check_PROGRAMS += test-port-list
+noinst_PROGRAMS += test-port-list
test_port_list_CPPFLAGS = $(AM_CPPFLAGS) $(LTDLINCL) $(CPPFLAGS)
test_port_list_SOURCES = test-port-list.c
test_port_list_LDADD = $(top_builddir)/libgphoto2_port/libgphoto2_port.la