summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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