зеркало из https://github.com/mozilla/gecko-dev.git
Bug 904364 - Don't build an empty (fake) library in toolkit/components/osfile. r=mshal
This commit is contained in:
Родитель
ead7838506
Коммит
c8262683c4
|
@ -1,14 +0,0 @@
|
|||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
# You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
|
@ -12,8 +12,6 @@ TEST_DIRS += ['tests']
|
|||
|
||||
MODULE = 'osfile'
|
||||
|
||||
LIBRARY_NAME = 'osfile_s'
|
||||
|
||||
EXTRA_PP_JS_MODULES += [
|
||||
'osfile.jsm',
|
||||
]
|
||||
|
|
|
@ -27,7 +27,6 @@ VPATH += $(topsrcdir)/build/
|
|||
|
||||
SHARED_LIBRARY_LIBS += \
|
||||
$(DEPTH)/media/kiss_fft/$(LIB_PREFIX)kiss_fft.$(LIB_SUFFIX) \
|
||||
$(DEPTH)/toolkit/components/osfile/$(LIB_PREFIX)osfile_s.$(LIB_SUFFIX) \
|
||||
$(DEPTH)/toolkit/xre/$(LIB_PREFIX)xulapp_s.$(LIB_SUFFIX) \
|
||||
$(NULL)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче