зеркало из https://github.com/mozilla/gecko-dev.git
Try to fix unix bustage by hard coding an include.
This commit is contained in:
Родитель
8199823d72
Коммит
b965770c3b
|
@ -318,6 +318,8 @@ include $(DEPTH)/config/rules.mk
|
|||
INCLUDES += -I$(OBJDIR) -I.. -I../DtWidgets -I$(DEPTH)/modules/libreg/include \
|
||||
-I$(DEPTH)/dist/public/security
|
||||
|
||||
INCLUDES += -I$(DEPTH)/dist/public/XfeComboBox
|
||||
|
||||
ifdef MOZ_MAIL_NEWS
|
||||
INCLUDES += -I$(DEPTH)/lib/libmsg -I$(DEPTH)/dist/public/ldap
|
||||
endif
|
||||
|
|
|
@ -323,6 +323,8 @@ include $(topsrcdir)/config/rules.mk
|
|||
INCLUDES += -I$(OBJDIR) -I$(srcdir)/.. -I$(srcdir)/../DtWidgets -I$(topsrcdir)/modules/libreg/include \
|
||||
-I$(DEPTH)/dist/public/security
|
||||
|
||||
INCLUDES += -I$(DEPTH)/dist/public/XfeComboBox
|
||||
|
||||
ifdef MOZ_MAIL_NEWS
|
||||
INCLUDES += -I$(topsrcdir)/lib/libmsg -I$(DEPTH)/dist/public/ldap
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче