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

« back to all changes in this revision

Viewing changes to extensions/auto-scroller/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:
32
32
extensionini_DATA = $(extensionini_in_files:.ephy-extension.in.in=.ephy-extension)
33
33
 
34
34
%.ephy-extension.in: %.ephy-extension.in.in $(extension_LTLIBRARIES)
 
35
        $(AM_V_GEN) \
35
36
        sed -e "s|%LIBRARY%|`. ./$(extension_LTLIBRARIES) && echo $$dlname`|" \
36
37
            -e "s|%EXTENSION_DIR%|$(extensiondir)|" \
37
38
        $< > $@