Kaydet (Commit) 4ee82ce8 authored tarafından Matúš Kukan's avatar Matúš Kukan

extensions: nsplugin: tweak linked libraries

üst a705718a
# -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
......@@ -46,21 +46,15 @@ $(eval $(call gb_Executable_add_linked_libs,nsplugin,\
cppu \
cppuhelper \
sal \
$(if $(filter $(GUI),UNX), \
dl \
) \
$(if $(filter $(OS),SOLARIS), \
nsl \
socket \
) \
))
ifeq ($(OS),LINUX)
$(eval $(call gb_Executable_add_linked_libs,nsplugin,\
dl \
))
endif
ifeq ($(OS),SOLARIS)
$(eval $(call gb_Executable_add_libs,nsplugin,\
-lsocket \
-lnsl \
))
endif
ifeq ($(GUI),WNT)
$(eval $(call gb_Executable_add_ldflags,nsplugin,\
$(OUTDIR)/lib/pathutils-obj.obj \
......@@ -85,4 +79,4 @@ $(eval $(call gb_Executable_add_linked_libs,nsplugin,\
))
endif # WNT
# vim:set shiftwidth=4 softtabstop=4 expandtab:
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment