Code

Following this thread: http://www.nabble.com/Extension-parameters-td9064285.html...
[inkscape.git] / share / extensions / Barcode / Makefile.am
2 barcodedir = $(datadir)/inkscape/extensions/Barcode
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
17 EXTRA_DIST = \
18         $(barcode_SCRIPTS)