summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-08-11 22:37:16 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-08-11 23:05:12 -0500
commit662c49c020420a878f8feb488ff9b0dc3c0d8a9f (patch)
treee072a0ab801118775b07c595a324c000053b7794
parentd0ed4ca4715797d2b9d6455ddee7c7851cd3acd5 (diff)
sd and slideshow depend on animations' api
-rw-r--r--sd/Library_sd.mk1
-rw-r--r--slideshow/Library_slideshow.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index c00b5e1bb173..b4a667c0db2c 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -59,6 +59,7 @@ $(eval $(call gb_Library_set_defs,sd,\
endif
$(eval $(call gb_Library_add_api,sd,\
+ animations \
offapi \
udkapi \
))
diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk
index 7095e59cb93a..cb7a8e089796 100644
--- a/slideshow/Library_slideshow.mk
+++ b/slideshow/Library_slideshow.mk
@@ -49,6 +49,7 @@ $(eval $(call gb_Library_add_defs,slideshow,\
endif
$(eval $(call gb_Library_add_api,slideshow,\
+ animations \
offapi \
udkapi \
))