From 5315d269f040c827ed7d85f5ae6c897085c3b70d Mon Sep 17 00:00:00 2001 From: msweet Date: Thu, 27 Aug 2015 19:29:06 +0000 Subject: [PATCH] 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 --- cups/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.47.2