animations is not api, it should be animations_inc package

This commit is contained in:
Matúš Kukan
2012-04-16 14:54:44 +02:00
parent fe794eaa03
commit f0a5768f14
2 changed files with 8 additions and 2 deletions

View File

@@ -48,6 +48,10 @@ $(eval $(call gb_Library_add_sdi_headers,sd,\
sd/sdi/sdslots \
))
$(eval $(call gb_Library_use_packages,sd,\
animations_inc \
))
$(eval $(call gb_Library_set_include,sd,\
$$(INCLUDE) \
-I$(SRCDIR)/sd/inc \
@@ -68,7 +72,6 @@ $(eval $(call gb_Library_set_defs,sd,\
endif
$(eval $(call gb_Library_use_api,sd,\
animations \
offapi \
udkapi \
))

View File

@@ -27,6 +27,10 @@
$(eval $(call gb_Library_Library,slideshow))
$(eval $(call gb_Library_use_packages,slideshow,\
animations_inc \
))
$(eval $(call gb_Library_set_include,slideshow,\
$$(INCLUDE) \
-I$(SRCDIR)/slideshow/source/inc \
@@ -44,7 +48,6 @@ $(eval $(call gb_Library_add_defs,slideshow,\
endif
$(eval $(call gb_Library_use_api,slideshow,\
animations \
offapi \
udkapi \
))