summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-29 16:36:11 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-29 16:36:11 -0400
commit171c38f22438a3a2e088c2d6515587b074c19d3c (patch)
tree7ac1486b90f1fdd643b8b0d3a93f6ed7fc98f8d5 /Makefile
parent144351068ca29967ae38bb0a1137715bc1b6b910 (diff)
downloadcups-171c38f22438a3a2e088c2d6515587b074c19d3c.tar.gz
Add libcups component name, localization bundle support for iOS.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5ba0de332..df8d6c394 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
#
# Top-level Makefile for CUPS.
#
-# Copyright 2007-2016 by Apple Inc.
-# Copyright 1997-2007 by Easy Software Products, all rights reserved.
+# Copyright © 2007-2018 by Apple Inc.
+# Copyright © 1997-2007 by Easy Software Products, all rights reserved.
#
-# Licensed under Apache License v2.0. See the file "LICENSE" for more information.
+# Licensed under Apache License v2.0. See the file "LICENSE" for more
+# information.
#
include Makedefs
@@ -14,7 +15,7 @@ include Makedefs
# Directories to make...
#
-DIRS = cups test $(BUILDDIRS)
+DIRS = cups $(BUILDDIRS)
#