diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:07:24 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:07:24 +0200 |
commit | c81f9104b6b6a91588c7a74bbb50a0c9c9729e1a (patch) | |
tree | be3b7a4178a549d061ca397081fa5589ddbf8d03 /regexp | |
parent | a233dac0653f3f3054f7ad2da114ed989747e89a (diff) |
postmerge fixes for gnumake4
Diffstat (limited to 'regexp')
-rw-r--r-- | regexp/Library_regexp.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regexp/Library_regexp.mk b/regexp/Library_regexp.mk index 463892dd2903..1fa02bb8d116 100644 --- a/regexp/Library_regexp.mk +++ b/regexp/Library_regexp.mk @@ -29,9 +29,9 @@ $(eval $(call gb_Library_Library,i18nregexp)) $(eval $(call gb_Library_add_package_headers,i18nregexp,regexp_inc)) -$(eval $(call gb_Library_set_include,i18nregexp,\ - $$(INCLUDE) \ - -I$(OUTDIR)/inc/offuh \ +$(eval $(call gb_Library_add_api,i18nregexp,\ + offapi \ + udkapi \ )) $(eval $(call gb_Library_add_defs,i18nregexp,\ |