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

« back to all changes in this revision

Viewing changes to extensions/auto-reload/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:
26
26
extensionini_DATA = $(extensionini_in_files:.ephy-extension.in.in=.ephy-extension)
27
27
 
28
28
%.ephy-extension.in: %.ephy-extension.in.in $(extension_LTLIBRARIES)
 
29
        $(AM_V_GEN) \
29
30
        sed -e "s|%LIBRARY%|`. ./$(extension_LTLIBRARIES) && echo $$dlname`|" \
30
31
            -e "s|%EXTENSION_DIR%|$(extensiondir)|" \
31
32
        $< > $@