summaryrefslogtreecommitdiff
path: root/Makedefs.in
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-11-08 15:35:27 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-11-08 15:35:27 +0000
commit724e1819b1303ba959ab364a5704b07518b244e5 (patch)
tree87bdbb901cde5c99dd472e970be47206153ce413 /Makedefs.in
parent59ac438c6b011a94563317193ac8054718619ac2 (diff)
downloadcups-724e1819b1303ba959ab364a5704b07518b244e5.tar.gz
Drop OpenSSL support.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11419 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'Makedefs.in')
-rw-r--r--Makedefs.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makedefs.in b/Makedefs.in
index 817f18ab1..f55057ae6 100644
--- a/Makedefs.in
+++ b/Makedefs.in
@@ -1,16 +1,16 @@
#
# "$Id$"
#
-# Common makefile definitions for CUPS.
+# Common makefile definitions for CUPS.
#
-# Copyright 2007-2013 by Apple Inc.
-# Copyright 1997-2007 by Easy Software Products, all rights reserved.
+# 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
-# property of Apple Inc. and are protected by Federal copyright
-# law. Distribution and use rights are outlined in the file "LICENSE.txt"
-# which should have been included with this file. If this file is
-# file is missing or damaged, see the license at "http://www.cups.org/".
+# These coded instructions, statements, and computer programs are the
+# property of Apple Inc. and are protected by Federal copyright
+# law. Distribution and use rights are outlined in the file "LICENSE.txt"
+# which should have been included with this file. If this file is
+# file is missing or damaged, see the license at "http://www.cups.org/".
#
#
@@ -144,7 +144,7 @@ LAUNCHDLIBS = @LAUNCHDLIBS@
LDFLAGS = -L../cgi-bin -L../cups -L../filter -L../ppdc \
-L../scheduler @LDARCHFLAGS@ \
@LDFLAGS@ @RELROFLAGS@ @PIEFLAGS@ $(OPTIM)
-LINKCUPS = @LINKCUPS@ $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) $(LIBZ)
+LINKCUPS = @LINKCUPS@ $(LIBGSSAPI) $(DNSSDLIBS) $(LIBZ)
LINKCUPSIMAGE = @LINKCUPSIMAGE@
LIBS = $(LINKCUPS) $(COMMONLIBS)
OPTIM = @OPTIM@