summaryrefslogtreecommitdiffstats
path: root/share/extensions/Barcode/Makefile.am
blob: 338c01c10545b4b5470e0cd512e011285c21ac62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
barcodedir = $(datadir)/inkscape/extensions/Barcode

barcode_SCRIPTS = \
	Base.py \
	Code128.py \
	Code39Ext.py \
	Code39.py \
	Code93.py \
	EAN13.py \
	EAN8.py \
	__init__.py \
	RM4CC.py \
	UPCA.py \
	UPCE.py

EXTRA_DIST = \
	$(barcode_SCRIPTS)