Makefile fixes

git-svn-id: svn://10.0.0.236/trunk@3471 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joki 1998-06-08 01:56:31 +00:00
parent fd1a60be5a
commit 9e1e7ac7da

View File

@ -17,30 +17,26 @@
DEPTH=../../..
include $(DEPTH)/config/config.mk
LIBRARY_NAME = raptorevents_s
DEFINES += -D_IMPL_NS_HTML
INCLUDES += \
-I$(PUBLIC)/dom
$(NULL)
# Note the sophisticated alphabetical ordering :-|
CPPSRCS = \
nsEventListenerManager.cpp \
nsDOMEvent.cpp \
nsDOMEvent.cpp \
$(NULL)
MODULE = raptor
EXPORTS = \
nsEventListenerManager.h \
$(NULL)
REQUIRES = xpcom raptor dom
include $(DEPTH)/config/config.mk
INCLUDES += -I$(PUBLIC)/dom
include $(DEPTH)/config/rules.mk