summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-24 10:33:47 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-24 10:41:44 +0200
commit54e0d7fa1051145f53c268a35185c93c07c6742b (patch)
treedc0f2d704669b9019311fb7babe3693e4d08b5d4
parent0e74a05a7d3c6ba5bb38104bf8dec2cf68f8be00 (diff)
downloadlibgphoto2-54e0d7fa1051145f53c268a35185c93c07c6742b.tar.gz
Typo fix: It is _SOURCES, not _SOURCE
-rw-r--r--libgphoto2_port/test/Makefile.am4
-rw-r--r--packaging/generic/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/libgphoto2_port/test/Makefile.am b/libgphoto2_port/test/Makefile.am
index fd3d22867..0ed67d5b8 100644
--- a/libgphoto2_port/test/Makefile.am
+++ b/libgphoto2_port/test/Makefile.am
@@ -17,14 +17,14 @@ AM_CPPFLAGS += -I$(top_srcdir)
noinst_PROGRAMS += test-gp-port test-port-list
test_gp_port_CPPFLAGS = $(AM_CPPFLAGS) $(LTDLINCL) $(CPPFLAGS)
-test_gp_port_SOURCE = test-gp-port.c
+test_gp_port_SOURCES = test-gp-port.c
test_gp_port_LDFLAGS = $(top_builddir)/libgphoto2_port/libgphoto2_port.la $(LIBLTDL) $(INTLLIBS)
TESTS += test-port-list
INSTALL_TESTS += test-port-list
check_PROGRAMS += test-port-list
test_port_list_CPPFLAGS = $(AM_CPPFLAGS) $(LTDLINCL) $(CPPFLAGS)
-test_port_list_SOURCE = test-gp-port.c
+test_port_list_SOURCES = test-port-list.c
test_port_list_LDFLAGS = \
$(top_builddir)/libgphoto2_port/libgphoto2_port.la \
$(LIBLTDL) \
diff --git a/packaging/generic/Makefile.am b/packaging/generic/Makefile.am
index c9582e041..0b547a23b 100644
--- a/packaging/generic/Makefile.am
+++ b/packaging/generic/Makefile.am
@@ -6,7 +6,7 @@ EXTRA_DIST = check-ptp-camera
AM_CPPFLAGS += -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2
-print_camera_list_SOURCE = print-camera-list.c
+print_camera_list_SOURCES = print-camera-list.c
print_camera_list_LDADD = \
$(top_builddir)/libgphoto2/libgphoto2.la \
$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \