adding imgContainer to the unix build

This commit is contained in:
pavlov%netscape.com 2001-03-13 02:10:09 +00:00
parent 242d2dfad3
commit 5c72cf143c
2 changed files with 7 additions and 5 deletions

View File

@ -32,10 +32,11 @@ IS_COMPONENT = 1
CPPSRCS = \
DummyChannel.cpp \
ImageCache.cpp \
ImageFactory.cpp \
imgLoader.cpp \
imgRequest.cpp \
ImageCache.cpp \
ImageFactory.cpp \
imgContainer.cpp \
imgLoader.cpp \
imgRequest.cpp \
imgRequestProxy.cpp
EXTRA_DSO_LDOPTS = \

View File

@ -70,4 +70,5 @@ private:
nsCOMPtr<imgIContainerObserver> mObserver;
};
#endif /* __imgContainer_h__ */
#endif /* __imgContainer_h__ */