Move EXTRA_DSO_LDOPTS before include of rules.mk so that it catches dependencies properly

This commit is contained in:
bryner%brianryner.com 2004-01-23 21:24:08 +00:00
parent a988e1dac2
commit 56bd2e4e15

View File

@ -68,14 +68,14 @@ CPPSRCS = \
nsEditorSpellCheck.cpp \
$(NULL)
include $(topsrcdir)/config/rules.mk
INCLUDES += -I../../libeditor/base/src
EXTRA_DSO_LDOPTS += \
$(MOZ_UNICHARUTIL_LIBS) \
$(MOZ_COMPONENT_LIBS)
include $(topsrcdir)/config/rules.mk
INCLUDES += -I../../libeditor/base/src
_FILES = \
$(srcdir)/res/EditorOverride.css \
$(srcdir)/res/grabber.gif \