diff --git a/connectivity/Library_firebird-sdbc.mk b/connectivity/Library_firebird-sdbc.mk index 34d12e0c86a6..2f94c323c538 100644 --- a/connectivity/Library_firebird-sdbc.mk +++ b/connectivity/Library_firebird-sdbc.mk @@ -15,10 +15,17 @@ $(eval $(call gb_Library_use_externals,firebird-sdbc,\ firebird \ )) +$(eval $(call gb_Library_set_include,firebird-sdbc,\ + -I$(SRCDIR)/connectivity/source/inc \ + $$(INCLUDE) \ + -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ +)) + $(eval $(call gb_Library_use_libraries,firebird-sdbc, \ comphelper \ cppu \ cppuhelper \ + dbtools \ sal \ salhelper \ $(gb_UWINAPI) \