fix urelibs w/ module-deps.pl

Change-Id: Ib293b8c0a1130a693f26e91b3d708c1933495c82
This commit is contained in:
Peter Foley 2013-04-10 18:00:31 -04:00
parent 4bbd662eae
commit 23aaabc2b5

View file

@ -14,6 +14,11 @@ $(eval $(call gb_Library_use_library_objects,urelibs,\
$(gb_URELIBS) \
))
# needed to generate proper deps for module-deps.pl
$(eval $(call gb_Library_use_libraries,urelibs,\
$(gb_UWINAPI) \
))
$(eval $(call gb_Library_use_static_libraries,urelibs,\
findsofficepath \
))