summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2007-09-03 10:36:48 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2007-09-03 10:36:48 +0000
commitf70703c18ab6324d2fdfde6d3527e95c4711cca3 (patch)
tree4c5e0fd3f10ccf8685ecf12702b3e64dd127e8de /Makefile.am
parenta6cecb5c7fc5bea428e6f347b8edca794b5d0891 (diff)
downloadlibgphoto2-f70703c18ab6324d2fdfde6d3527e95c4711cca3.tar.gz
simplify selective install instructions
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10628 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b8c57a461..69430d873 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,10 +59,10 @@ source-code-check:
########################################################################
# Shortcut for installation of a subset of camlibs/drivers
-# Usage: make DRIVER="canon.la ptp2.la" install-drivers
+# Usage: make CAMLIBS="canon.la ptp2.la" install-camlibs
-install-drivers:
- cd camlibs && $(MAKE) DRIVERS="$(DRIVERS)" install-drivers
+install-camlibs:
+ cd camlibs && $(MAKE) CAMLIBS="$(CAMLIBS)" install-camlibs
########################################################################