From ae33980bc864cdd732368089b401fb4699373676 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Wed, 15 Sep 1999 22:13:45 +0000 Subject: [PATCH] General cleanup. --- silentdl/Makefile.in | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/silentdl/Makefile.in b/silentdl/Makefile.in index 2430dfb3f27..3164f6e0f1a 100644 --- a/silentdl/Makefile.in +++ b/silentdl/Makefile.in @@ -17,24 +17,12 @@ DEPTH = .. topsrcdir = @top_srcdir@ -VPATH = @srcdir@ srcdir = @srcdir@ +VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -MODULE = silentdl -#LIBRARY_NAME = silentdl -IS_COMPONENT = 1 - -#CPPSRCS = \ -# nsJSSilentDownload.cpp \ -# nsJSSilentDownloadTask.cpp \ -# nsSilentDownload.cpp \ -# $(NULL) - -#EXPORTS = nsSilentDownload.h nsIDOMSilentDownloadTask.h nsIDOMSilentDownload.h - -#EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) +#MODULE = silentdl include $(topsrcdir)/config/rules.mk