~ubuntu-branches/ubuntu/utopic/inkscape/utopic-proposed

« back to all changes in this revision

Viewing changes to inkscape-0.47pre1/share/extensions/Barcode/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2009-07-02 17:09:45 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090702170945-nn6d6zswovbwju1t
Tags: 0.47~pre1-0ubuntu1
* New upstream release.
  - Don't constrain maximization on small resolution devices (pre0)
    (LP: #348842)
  - Fixes segfault on startup (pre0)
    (LP: #391149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
barcodedir = $(datadir)/inkscape/extensions/Barcode
 
3
 
 
4
barcode_SCRIPTS = \
 
5
        Base.py \
 
6
        Code128.py \
 
7
        Code39Ext.py \
 
8
        Code39.py \
 
9
        Code93.py \
 
10
        EAN13.py \
 
11
        EAN8.py \
 
12
        __init__.py \
 
13
        RM4CC.py \
 
14
        UPCA.py \
 
15
        UPCE.py
 
16
 
 
17
EXTRA_DIST = \
 
18
        $(barcode_SCRIPTS)
 
19