diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:12:12 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:12:12 +0200 |
commit | 906cd25f188b50546df808bc82ec557d3a6e404f (patch) | |
tree | 0cfbeac129f7c37690c591f208d860ad4941f7a6 /linguistic | |
parent | 200bc6c582d6cf2365001f27928c1e3d1f9c9845 (diff) |
postmerge fixes for gnumake4
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/Library_lng.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linguistic/Library_lng.mk b/linguistic/Library_lng.mk index 00fcc94143b0..7c38b66b5a50 100644 --- a/linguistic/Library_lng.mk +++ b/linguistic/Library_lng.mk @@ -37,7 +37,11 @@ $(eval $(call gb_Library_set_include,lng,\ $$(INCLUDE) \ -I$(SRCDIR)/linguistic/inc \ -I$(SRCDIR)/linguistic/inc/pch \ - -I$(OUTDIR)/inc/offuh \ +)) + +$(eval $(call gb_Library_add_api,lng,\ + offapi \ + udkapi \ )) $(eval $(call gb_Library_add_defs,lng,\ |