Bug 904364 - Don't build an empty (fake) library in toolkit/components/osfile. r=mshal

This commit is contained in:
Mike Hommey 2013-08-15 23:45:06 +09:00
Родитель ead7838506
Коммит c8262683c4
3 изменённых файлов: 0 добавлений и 17 удалений

Просмотреть файл

@ -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)