~webapps/unity-chromium-extension/14.04

« back to all changes in this revision

Viewing changes to chromium-extension/Makefile.am

  • Committer: Alexandre Abreu
  • Date: 2012-10-01 23:03:21 UTC
  • Revision ID: alexandre.abreu@canonical.com-20121001230321-dsadvagy28h3p5ka
Update extra distcheck; fix #1059457;

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
res/unity-webapps.crx: $(SCRIPT_FILES) unity-webapps.json manifest.json
20
20
        cp -f $(top_builddir)/npapi-plugin/src/.libs/libunity_npapi_plugin.so .
21
 
        $(top_builddir)/po/export_translations_to_chromium.py $(abs_builddir)/../po $(abs_builddir)/_locales/
22
21
        if [ ! -f ../unity-webapps.pem ]; \
23
22
        then \
24
23
                openssl genrsa 1024 > ../unity-webapps.pem; \