use the new way of specifying UNO API includes

This commit is contained in:
David Tardon 2011-06-22 10:06:34 +02:00
parent b1d08330f4
commit 93d8410023

View file

@ -32,7 +32,6 @@ $(eval $(call gb_Library_set_include,vclplug_gtk3,\
-I$(SRCDIR)/vcl/inc \
-I$(SRCDIR)/vcl/inc/pch \
-I$(SRCDIR)/solenv/inc \
-I$(OUTDIR)/inc/offuh \
-I$(OUTDIR)/inc \
))
@ -47,6 +46,11 @@ $(eval $(call gb_Library_set_defs,vclplug_gtk3,\
-DVERSION=\"$(UPD)$(LAST_MINOR)\" \
))
$(eval $(call gb_Library_add_api,vclplug_gtk3,\
offapi \
udkapi \
))
ifneq ($(ENABLE_DBUS),)
$(eval $(call gb_Library_set_include,vclplug_gtk3,\
$$(INCLUDE) \