summaryrefslogtreecommitdiff
path: root/Makedefs.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-29 12:12:41 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-29 12:12:41 -0400
commit144351068ca29967ae38bb0a1137715bc1b6b910 (patch)
treec4ab274e897168a8f0865e0602d0a3758e52ce6f /Makedefs.in
parent899483675bee693932a9fba3a3a3f309b53b8cb4 (diff)
downloadcups-144351068ca29967ae38bb0a1137715bc1b6b910.tar.gz
Don't install cupscgi, cupsmime, or cupsppdc shared libraries.
Diffstat (limited to 'Makedefs.in')
-rw-r--r--Makedefs.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makedefs.in b/Makedefs.in
index e58889c4e..8d07dc48b 100644
--- a/Makedefs.in
+++ b/Makedefs.in
@@ -1,8 +1,8 @@
#
# Common makefile definitions for CUPS.
#
-# Copyright 2007-2018 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.
@@ -92,10 +92,7 @@ LOCALTARGET = @LOCALTARGET@
#
LIBCUPS = @LIBCUPS@
-LIBCUPSCGI = @LIBCUPSCGI@
LIBCUPSIMAGE = @LIBCUPSIMAGE@
-LIBCUPSMIME = @LIBCUPSMIME@
-LIBCUPSPPDC = @LIBCUPSPPDC@
LIBCUPSSTATIC = @LIBCUPSSTATIC@
LIBGSSAPI = @LIBGSSAPI@
LIBMALLOC = @LIBMALLOC@