From: msweet Date: Thu, 27 Aug 2015 19:29:06 +0000 (+0000) Subject: Make sure testcache.o is listed as an object file... X-Git-Tag: v2.2b1~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5315d269f040c827ed7d85f5ae6c897085c3b70d;p=thirdparty%2Fcups.git Make sure testcache.o is listed as an object file... git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12850 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/cups/Makefile b/cups/Makefile index 764b9f8075..60df442a2b 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -83,6 +83,7 @@ LIBOBJS = \ TESTOBJS = \ testadmin.o \ testarray.o \ + testcache.o \ testconflicts.o \ testcups.o \ testdest.o \