Mercurial > powerbox
annotate components/Makefile.in @ 0:d3ccbd89f5cc
Origination.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 06 Aug 2009 10:50:23 -0700 |
parents | |
children |
rev | line source |
---|---|
0 | 1 DEPTH = ../../.. |
2 topsrcdir = @top_srcdir@ | |
3 srcdir = @srcdir@ | |
4 VPATH = @srcdir@ | |
5 | |
6 include $(DEPTH)/config/autoconf.mk | |
7 | |
8 DIRS = public src | |
9 | |
10 XPI_NAME = jetpack | |
11 INSTALL_EXTENSION_ID = jetpack-components@labs.mozilla.com | |
12 XPI_PKGNAME = jetpack-components | |
13 | |
14 DIST_FILES = install.rdf | |
15 | |
16 include $(topsrcdir)/config/rules.mk |