Makefile.am revision 801127bca2d92350331d75f9c20e4b2e6a280259
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)