]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/Makefile
The libusb-based USB backend now loads its list of quirks from files in
[thirdparty/cups.git] / backend / Makefile
index adb8f67004534a4f09a6376e943d70d8dccff469..8d1e12e71ea8646bd5f26d67759453001da05275 100644 (file)
@@ -3,7 +3,7 @@
 #
 #   Backend makefile for CUPS.
 #
-#   Copyright 2007-2012 by Apple Inc.
+#   Copyright 2007-2013 by Apple Inc.
 #   Copyright 1997-2007 by Easy Software Products, all rights reserved.
 #
 #   These coded instructions, statements, and computer programs are the
@@ -109,6 +109,11 @@ install:   all install-data install-headers install-libs install-exec
 #
 
 install-data:
+       if test "x$(USBQUIRKS)" != x; then \
+               echo Installing USB quirks in $(USBQUIRKS); \
+               $(INSTALL_DIR) -m 755 $(USBQUIRKS); \
+               $(INSTALL_DATA) org.cups.usb-quirks $(USBQUIRKS); \
+       fi
 
 
 #