Create chrome.manifest so that this can be installed as a package
[moonshot-firefox.git] / Makefile.am
index b3bd043..4e0c177 100644 (file)
@@ -31,6 +31,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 .