Makefile.am revision 2bdad40a35b3ea713a74f5606b646a13b672aaf3
SUBDIRS = \
alphabet_soup \
Barcode \
Poly3DObjects \
test \
xaml2svg
extensiondir = $(datadir)/inkscape/extensions
otherstuffdir = $(datadir)/inkscape/extensions
moduledir = $(datadir)/inkscape/extensions
# If you remove an extension from here, either add it to EXTRA_DIST
# below, or remove all mention of it from po/inkscape.pot as well.
extensions = \
dots.py \
inkex.py \
rtree.py \
scour.py \
SpSVG.pm \
split.py \
whirl.py \
otherstuff = \
modules = \
dia.inx \
dots.inx \
extension_SCRIPTS = \
$(extensions)
otherstuff_DATA = \
$(otherstuff)
module_DATA = \
$(modules)
EXTRA_DIST = \
$(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)