summaryrefslogtreecommitdiff
path: root/Makedefs.in
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-01-27 00:19:36 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-01-27 00:19:36 +0000
commit923edb689de0b445144f1d57c491c23e6e6f9026 (patch)
tree06a233286aafb8f18636f238c437a04c4321bd63 /Makedefs.in
parentfa73b22906f71080fa5056485d8204612717adac (diff)
downloadcups-923edb689de0b445144f1d57c491c23e6e6f9026.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@29 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'Makedefs.in')
-rw-r--r--Makedefs.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makedefs.in b/Makedefs.in
index 7829d96b4..7177bcbbc 100644
--- a/Makedefs.in
+++ b/Makedefs.in
@@ -1,5 +1,5 @@
#
-# "$Id: Makedefs.in 4836 2005-11-13 06:14:46Z mike $"
+# "$Id: Makedefs.in 4999 2006-01-26 23:36:22Z mike $"
#
# Common makefile definitions for the Common UNIX Printing System (CUPS).
#
@@ -75,6 +75,12 @@ LIBTIFF = @LIBTIFF@
LIBZ = @LIBZ@
#
+# Install static libraries?
+#
+
+INSTALLSTATIC = @INSTALLSTATIC@
+
+#
# Program options...
#
# OPTIM defines the common compiler optimization/debugging options.
@@ -189,5 +195,5 @@ PAMFILE = @PAMFILE@
#
-# End of "$Id: Makedefs.in 4836 2005-11-13 06:14:46Z mike $"
+# End of "$Id: Makedefs.in 4999 2006-01-26 23:36:22Z mike $"
#