diff options
Diffstat (limited to 'dbaccess/Library_dbaxml.mk')
-rw-r--r-- | dbaccess/Library_dbaxml.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/Library_dbaxml.mk b/dbaccess/Library_dbaxml.mk index 0bfcfe9b7e16..0b9cb7666bf2 100644 --- a/dbaccess/Library_dbaxml.mk +++ b/dbaccess/Library_dbaxml.mk @@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_include,dbaxml,\ $(eval $(call gb_Library_use_external,dbaxml,boost_headers)) -$(eval $(call gb_Library_set_precompiled_header,dbaxml,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaxml)) +$(eval $(call gb_Library_set_precompiled_header,dbaxml,dbaccess/inc/pch/precompiled_dbaxml)) $(eval $(call gb_Library_use_sdk_api,dbaxml)) |