diff options
author | msweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2009-01-09 23:33:14 +0000 |
---|---|---|
committer | msweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2009-01-09 23:33:14 +0000 |
commit | c168a833caab4209bdb0035d8918207d40013591 (patch) | |
tree | 494aa63c76138c1d3b70be98feef84ecfa54366f /filter/Makefile | |
parent | 557dde9fbca75e285eb261458d7196a5eae0f4a0 (diff) | |
download | cups-c168a833caab4209bdb0035d8918207d40013591.tar.gz |
Merge changes from CUPS 1.4svn-r8227.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1113 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'filter/Makefile')
-rw-r--r-- | filter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/Makefile b/filter/Makefile index d77e7cb03..0f6d69411 100644 --- a/filter/Makefile +++ b/filter/Makefile @@ -3,7 +3,7 @@ # # Filter makefile for the Common UNIX Printing System (CUPS). # -# Copyright 2007-2008 by Apple Inc. +# Copyright 2007-2009 by Apple Inc. # Copyright 1997-2006 by Easy Software Products. # # These coded instructions, statements, and computer programs are the @@ -503,7 +503,7 @@ testraster: testraster.o ../cups/libcups.a libcupsimage.a echo Linking $@... $(CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ testraster.o libcupsimage.a \ ../cups/libcups.a $(IMGLIBS) $(DSOLIBS) $(COMMONLIBS) \ - $(SSLLIBS) $(LIBGSSAPI) + $(SSLLIBS) $(DNSSDLIBS) $(LIBGSSAPI) echo Running raster API tests... ./testraster |