]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/Makefile
Import CUPS v2.0.3
[thirdparty/cups.git] / ppdc / Makefile
index bc8bb646a024898850dcd02e3b479d60230fcfa0..221ea18936d91de30b5de8a0a8147d59564b8793 100644 (file)
@@ -1,9 +1,9 @@
 #
-# "$Id: Makefile 11800 2014-04-08 19:53:57Z msweet $"
+# "$Id: Makefile 12616 2015-05-06 20:22:01Z msweet $"
 #
 # Makefile for the CUPS PPD Compiler.
 #
-# Copyright 2007-2014 by Apple Inc.
+# Copyright 2007-2015 by Apple Inc.
 # Copyright 2002-2006 by Easy Software Products.
 #
 # These coded instructions, statements, and computer programs are the
@@ -354,7 +354,7 @@ libcupsppdc.1.dylib:        $(LIBOBJS) ../cups/$(LIBCUPS)
                -current_version 1.0.0 \
                -compatibility_version 1.0.0 \
                -exported_symbols_list t.exp \
-               $(LIBOBJS) $(LINKCUPS)
+               $(LIBOBJS) $(LINKCUPS) $(COMMONLIBS)
        $(RM) libcupsppdc.dylib t.exp
        $(LN) $@ libcupsppdc.dylib
 
@@ -388,5 +388,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 11800 2014-04-08 19:53:57Z msweet $".
+# End of "$Id: Makefile 12616 2015-05-06 20:22:01Z msweet $".
 #