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 /sax/CppunitTest_sax.mk | |
parent | a233dac0653f3f3054f7ad2da114ed989747e89a (diff) |
postmerge fixes for gnumake4
Diffstat (limited to 'sax/CppunitTest_sax.mk')
-rw-r--r-- | sax/CppunitTest_sax.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sax/CppunitTest_sax.mk b/sax/CppunitTest_sax.mk index d29632de5fae..9a292c49a89f 100644 --- a/sax/CppunitTest_sax.mk +++ b/sax/CppunitTest_sax.mk @@ -38,9 +38,8 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sax_cppunit, \ $(gb_STDLIBS) \ )) -$(eval $(call gb_CppunitTest_set_include,sax_cppunit,\ - $$(INCLUDE) \ - -I$(OUTDIR)/inc/offuh \ +$(eval $(call gb_CppunitTest_add_api,sax_cppunit,\ + offapi \ + udkapi \ )) - # vim: set noet sw=4 ts=4: |