From 5cc45ed66d44aec84dcaf3f3cd58a4fb26efe4ba Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 28 Dec 2011 21:53:31 +0100 Subject: desktop: spl: do not pointlessly include object file --- desktop/Library_spl.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/Library_spl.mk b/desktop/Library_spl.mk index be7de6deef47..69f96b22a5de 100644 --- a/desktop/Library_spl.mk +++ b/desktop/Library_spl.mk @@ -52,7 +52,6 @@ $(eval $(call gb_Library_add_linked_libs,spl,\ $(eval $(call gb_Library_set_componentfile,spl,desktop/source/splash/spl)) $(eval $(call gb_Library_add_exception_objects,spl,\ - desktop/source/migration/migration \ desktop/source/splash/services_spl \ desktop/source/splash/splash \ )) -- cgit