diff --git a/webshell/src/Makefile b/webshell/src/Makefile index 4bf41e9e6b22..7984c8ddd965 100644 --- a/webshell/src/Makefile +++ b/webshell/src/Makefile @@ -24,13 +24,13 @@ MODULE=raptor REQUIRES=xpcom raptor dom js netlib -INCLUDES += -I$(PUBLIC)/raptor -I$(PUBLIC)/xpcom -I$(PUBLIC)/dom -I$(PUBLIC)/js -I(PUBLIC)/netlib +INCLUDES += -I../public -I$(PUBLIC)/raptor -I$(PUBLIC)/xpcom -I$(PUBLIC)/dom -I$(PUBLIC)/js -I(PUBLIC)/netlib DEFINES = -D_IMPL_NS_WEB CPPSRCS= \ nsWebWidget.cpp \ - nsLinkHandler.cpp \ +# nsLinkHandler.cpp \ $(NULL) CPP_OBJS= \