summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-02 17:05:04 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-02 17:05:04 +0100
commitab451ff91e394a5f756558a9b27b39b55c43f075 (patch)
tree3734ff13290f921c824b452ce8d71ef3c836d368 /editeng
parenta204d0906ddf7498cf6bc0acbae4ac949f1a1af6 (diff)
CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework
Diffstat (limited to 'editeng')
-rwxr-xr-xediteng/Library_editeng.mk14
1 files changed, 1 insertions, 13 deletions
diff --git a/editeng/Library_editeng.mk b/editeng/Library_editeng.mk
index 293270b9a47c..9213abedd3b1 100755
--- a/editeng/Library_editeng.mk
+++ b/editeng/Library_editeng.mk
@@ -31,10 +31,6 @@ $(eval $(call gb_Library_add_package_headers,editeng,editeng_inc))
$(eval $(call gb_Library_add_precompiled_header,editeng,$(SRCDIR)/editeng/inc/pch/precompiled_editeng))
-# in case UNO services are exported: declare location of component file
-#$(eval $(call gb_Library_set_componentfile,editeng,editeng/COMPONENT_FILE))
-
-# add any additional include paths for this library here
$(eval $(call gb_Library_set_include,editeng,\
$$(INCLUDE) \
-I$(SRCDIR)/editeng/inc/pch \
@@ -164,16 +160,8 @@ $(eval $(call gb_Library_add_linked_libs,editeng,\
icuuc \
i18nisolang1 \
i18npaper \
- $(gb_StdLibs) \
+ $(gb_STDLIBS) \
))
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,editeng,\
- dl \
- m \
- pthread \
-))
-endif
-
# vim: set noet sw=4 ts=4: