Updated the UNIX makefiles to be in sync with the Windows ones. (Not Part of the build).

This commit is contained in:
tbogard%aol.net 1999-11-29 18:42:33 +00:00
parent 7c9a535d7a
commit 02988c2379
3 changed files with 5 additions and 6 deletions

View File

@ -25,6 +25,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS=base html build
DIRS=base build
include $(topsrcdir)/config/rules.mk

View File

@ -29,17 +29,17 @@ LIBRARY_NAME = basedocshell_s
include $(DEPTH)/config/autoconf.mk
XPIDLSRCS = \
nsCDocShell.idl \
nsIDocShell.idl \
nsIDocShellContainer.idl \
nsIDocShellFile.idl \
nsIDocShellEdit.idl \
nsIGenericWindow.idl \
nsIMarkupDocumentViewer.idl \
nsIScrollable.idl \
nsITextScroll.idl \
$(NULL)
CPPSRCS = \
nsDocShellBase.cpp \
nsDocShell.cpp \
nsDSURIContentListener.cpp \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a

View File

@ -43,5 +43,4 @@ include $(topsrcdir)/config/rules.mk
INCLUDES += \
-I$(srcdir) \
-I$(srcdir)/../base \
-I$(srcdir)/../html \
$(NULL)