annotate components/Makefile.in @ 3:413435fc6202
We now show a notification box when a page calls window.powerbox.request().
author |
Atul Varma <varmaa@toolness.com> |
date |
Thu, 06 Aug 2009 15:50:24 -0700 |
parents |
d3ccbd89f5cc |
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
|