reflect changes in Makefile to fix autoconf builds

This commit is contained in:
cyeh%netscape.com 1998-10-19 23:12:18 +00:00
parent a813c95e74
commit da133d64f2
2 changed files with 2 additions and 19 deletions

View File

@ -21,7 +21,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = src
DIRS = public src
ifdef ENABLE_TESTS
DIRS += tests

View File

@ -33,27 +33,10 @@ CPPSRCS = nsDebug.cpp \
nsTraceRefcnt.cpp \
$(NULL)
EXPORTS = nsCom.h \
nsAgg.h \
nsDebug.h \
nsError.h \
nsHashtable.h \
nsID.h \
nsIFactory.h \
nsISupports.h \
nsIPtr.h \
nsIServiceManager.h \
nsISupportsArray.h \
nsRepository.h \
nsIEnumerator.h \
nsTraceRefcnt.h \
nsVector.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
LCFLAGS = -D_IMPL_NS_COM -DUSE_NSREG
REQUIRES = libreg
REQUIRES = $(MODULE) libreg
include $(topsrcdir)/config/rules.mk