DEPTH      = $(B)/mozilla
topsrcdir  = $(S)/mozilla
srcdir     = .
VPATH      = $(srcdir)

include $(DEPTH)/config/autoconf.mk

CHROME_DIR = packages/swarmdemo

## NOTE: Put all the skin stuff in the content directory for the moment
##       (Otherwise every Mozilla skin will need to provide an swarmdemo skin!)

CHROME_CONTENT_DIR = swarmdemo/content
CHROME_CONTENT  = swarmdemo.css \
                  $(NULL)

include $(topsrcdir)/config/rules.mk