Makefile.am revision dd1d8fcaeb1aa8e9ede9cc83d7d72c1160a4c61b
SUBDIRS = \
Barcode \
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 \
SpSVG.pm \
otherstuff = \
modules = \
dia.inx \
dots.inx \
extension_SCRIPTS = \
$(extensions)
otherstuff_DATA = \
$(otherstuff)
module_DATA = \
$(modules)
EXTRA_DIST = \
$(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)