From: Sam Hartman Date: Tue, 10 May 2011 12:41:26 +0000 (-0400) Subject: autoreconf X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-firefox.git;a=commitdiff_plain;h=b9e78a6202dc24a22b207dbc3127efffa545ec58 autoreconf --- diff --git a/Makefile.in b/Makefile.in index fd09bb9..206637e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -595,6 +595,7 @@ moonshot.xpi: $(noinst_PROGRAMS) $(XPT) $(XPI_INSTALL) test -d xpi ||rm -rf xpi mkdir -p xpi/components cp libmoonshot.so xpi/components + touch xpi/chrome.manifest cp $(XPI_INSTALL) xpi cp $(XPT) xpi/components cd xpi&&zip ../$@ -r .