Update LOCAL_INCLUDES to new srcdir location of shistory (docshell/shistory, not xpfe/components/shistory), from bug 305090

This commit is contained in:
bsmedberg%covad.net 2005-08-18 18:07:04 +00:00
Родитель 444552454a
Коммит dbd351ac4f
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -117,12 +117,12 @@ EXTRA_DSO_LDOPTS= \
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES = \
-I$(srcdir) \
-I$(srcdir)/../base \
-I$(srcdir) \
-I$(srcdir)/../base \
-I$(srcdir)/../shistory/src \
-I$(topsrcdir)/uriloader/base \
-I$(topsrcdir)/uriloader/prefetch \
-I$(topsrcdir)/uriloader/exthandler \
-I$(topsrcdir)/xpfe/components/shistory/src \
$(NULL)
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))