diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-28 21:53:31 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-29 11:09:51 +0100 |
commit | 5cc45ed66d44aec84dcaf3f3cd58a4fb26efe4ba (patch) | |
tree | 813dc39beb53561674ed4161e8b851f586062f5c | |
parent | ebfaf933172ecf7d357b2454750033d4c6e57cd9 (diff) |
desktop: spl: do not pointlessly include object file
-rw-r--r-- | desktop/Library_spl.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ )) |