diff options
author | Michael Stahl <mst@openoffice.org> | 2011-04-13 16:11:41 +0000 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 14:24:10 +0200 |
commit | f79e31be8c0b96116c71362fcf804ae1a5ffd48d (patch) | |
tree | 561f012e1685b0af081bb5c6379b1dbf807272a0 /linguistic | |
parent | 0b83137921ec8ad03e7e8bb34921510083e00dcc (diff) |
gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/Library_lng.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/linguistic/Library_lng.mk b/linguistic/Library_lng.mk index 2fa36b1d5682..d97278d9d819 100644 --- a/linguistic/Library_lng.mk +++ b/linguistic/Library_lng.mk @@ -1,7 +1,7 @@ #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# +# # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite @@ -24,7 +24,7 @@ # for a copy of the LGPLv3 License. # #************************************************************************* - + $(eval $(call gb_Library_Library,lng)) $(eval $(call gb_Library_add_package_headers,lng,linguistic_inc)) @@ -39,9 +39,8 @@ $(eval $(call gb_Library_set_include,lng,\ -I$(SRCDIR)/linguistic/inc/pch \ -I$(OUTDIR)/inc/offuh \ )) - -$(eval $(call gb_Library_set_defs,lng,\ - $$(DEFS) \ + +$(eval $(call gb_Library_add_defs,lng,\ -DLNG_DLLIMPLEMENTATION \ )) |