From 347e365c259d23b9b655c20e09ab622d70c74546 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 15 Apr 2011 17:27:06 +0000 Subject: gnumake4: oox, writerfilter, CppunitTest.mk: adapt to changes in gnumake4 [hg:d0e98479a69a] --- oox/Library_oox.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'oox/Library_oox.mk') diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk index 1b60da1e9738..53bb404333e5 100644 --- a/oox/Library_oox.mk +++ b/oox/Library_oox.mk @@ -41,8 +41,7 @@ $(eval $(call gb_Library_set_include,oox,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_set_defs,oox,\ - $$(DEFS) \ +$(eval $(call gb_Library_add_defs,oox,\ -DOOX_DLLIMPLEMENTATION \ )) -- cgit