mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 12:32:55 +00:00
Adding source files to match Win32; Solaris build was failing with 0 source files for the library creation.
This commit is contained in:
parent
b30883c5fb
commit
c138d7efbd
@ -25,6 +25,12 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = silentdl
|
||||
LIBRARY_NAME = silentdl
|
||||
|
||||
CPPSRCS = \
|
||||
nsJSSilentDownload.cpp \
|
||||
nsJSSilentDownloadTask.cpp \
|
||||
nsSilentDownload.cpp \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = nsSilentDownload.h nsIDOMSilentDownloadTask.h nsIDOMSilentDownload.h
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
Loading…
x
Reference in New Issue
Block a user