Bug 906619 - Part b: move the CSRCS definition in intl/lwbrk/src into moz.build; r=mshal

This commit is contained in:
Ms2ger 2013-08-22 08:56:02 +02:00
Родитель 04a948975a
Коммит 2dbbef8312
2 изменённых файлов: 4 добавлений и 14 удалений

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

@ -10,20 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
else
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk3)
else
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
else
ifeq ($(MOZ_WIDGET_TOOLKIT), cocoa)
else
CSRCS = rulebrk.c
endif
endif
endif
endif
include $(topsrcdir)/config/rules.mk
ifdef MOZ_WIDGET_GTK

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

@ -28,6 +28,10 @@ else:
CPP_SOURCES += [
'nsRuleBreaker.cpp',
]
CSRCS += [
'rulebrk.c',
]
LIBRARY_NAME = 'lwbrk_s'