summaryrefslogtreecommitdiff
path: root/camlibs/Makefile.am
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2019-10-31 23:38:39 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2020-01-18 19:33:16 +0100
commitc02ffbc1f1b67fcc8dc4d185c32c4da51b74882a (patch)
treee1f4b5f59fcf56dbc6dc6a220a097872dce0ee1b /camlibs/Makefile.am
parentfa597642871e284bb1b7c86996bb58c79c9c799c (diff)
downloadlibgphoto2-c02ffbc1f1b67fcc8dc4d185c32c4da51b74882a.tar.gz
Add $(AM_MAKEFLAGS) for every $(MAKE)
For every $(MAKE) use in Makefile.am or Makefile-files, we add $(AM_MAKEFLAGS) so we can pass the make flags to the called make subprocess.
Diffstat (limited to 'camlibs/Makefile.am')
-rw-r--r--camlibs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/Makefile.am b/camlibs/Makefile.am
index 53f210d85..39e4ddb46 100644
--- a/camlibs/Makefile.am
+++ b/camlibs/Makefile.am
@@ -156,7 +156,7 @@ all-local: Makefile
# Usage: make CAMLIBS="canon.la ptp2.la" install-camlibs
install-camlibs:
- $(MAKE) BUILD_THESE_CAMLIBS="$(CAMLIBS)" install-camlibLTLIBRARIES
+ $(MAKE) $(AM_MAKEFLAGS) BUILD_THESE_CAMLIBS="$(CAMLIBS)" install-camlibLTLIBRARIES
########################################################################