Makefile.am revision f3d3661f257ff23dc3b673e926afe4dc6547d59a
extensiondir = $(datadir)/inkscape/extensions
otherstuffdir = $(datadir)/inkscape/extensions
moduledir = $(datadir)/inkscape/extensions
extensions = \
SpSVG.pm \
svg_dropshadow \
dots.py \
inkex.py \
rtree.py \
wavy.py \
whirl.py \
otherstuff =
modules = \
dia.inx \
dots.inx \
ffms.inx \
ffss.inx \
wavy.inx \
extension_SCRIPTS = \
$(extensions)
otherstuff_DATA = \
$(otherstuff)
module_DATA = \
$(modules)
EXTRA_DIST = $(extension_SCRIPTS) $(otherstuff_DATA) $(module_DATA)