use the new way of specifying UNO API includes
This commit is contained in:
parent
b1d08330f4
commit
93d8410023
1 changed files with 5 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue