~ubuntu-branches/ubuntu/quantal/epiphany-extensions/quantal

« back to all changes in this revision

Viewing changes to extensions/actions/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2011-04-14 19:04:24 UTC
  • mfrom: (1.1.43 upstream) (2.3.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20110414190424-df2o8wz2pei97hbd
Tags: 3.0.0-2
debian/control.in: bump build-dep on epiphany.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
extensionini_DATA = $(extensionini_in_files:.ephy-extension.in.in=.ephy-extension)
38
38
 
39
39
%.ephy-extension.in: %.ephy-extension.in.in $(extension_LTLIBRARIES)
 
40
        $(AM_V_GEN) \
40
41
        sed -e "s|%LIBRARY%|`. ./$(extension_LTLIBRARIES) && echo $$dlname`|" \
41
42
            -e "s|%EXTENSION_DIR%|$(extensiondir)|" \
42
43
        $< > $@