From ea614873ca0aa13a9abd7d565891522fe1277335 Mon Sep 17 00:00:00 2001 From: msweet Date: Wed, 6 May 2015 20:21:51 +0000 Subject: 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 --- ppdc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ppdc') diff --git a/ppdc/Makefile b/ppdc/Makefile index 1bf09dd6a..2656f4c8d 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 -- cgit v1.2.1