From: msweet Date: Wed, 6 May 2015 20:21:51 +0000 (+0000) Subject: Link with common libs (to get CoreFoundation). X-Git-Tag: v2.2b1~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea614873ca0aa13a9abd7d565891522fe1277335;p=thirdparty%2Fcups.git Link with common libs (to get CoreFoundation). git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12615 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/ppdc/Makefile b/ppdc/Makefile index 1bf09dd6a8..2656f4c8d6 100644 --- a/ppdc/Makefile +++ b/ppdc/Makefile @@ -3,7 +3,7 @@ # # 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