summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2013-04-21 04:28:43 +0000
committerMartin Owens <doctormo@gmail.com>2013-04-21 04:28:43 +0000
commitdfbdcb6c821304d7959b43bd5d04e67e19f265c7 (patch)
tree522c7277ea46ee079adb3922ced0f6d442396375
parentClean up symbol pixmap generator and title description (diff)
downloadinkscape-dfbdcb6c821304d7959b43bd5d04e67e19f265c7.tar.gz
inkscape-dfbdcb6c821304d7959b43bd5d04e67e19f265c7.zip
Fix symbols not being installed bug reported by suv
(bzr r12292)
-rw-r--r--share/symbols/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/symbols/Makefile.am b/share/symbols/Makefile.am
index 357c73ca5..7ade18976 100644
--- a/share/symbols/Makefile.am
+++ b/share/symbols/Makefile.am
@@ -1,5 +1,7 @@
symbolsdir = $(datadir)/inkscape/symbols
-EXTRA_DIST = $(wildcard *.svg)
+symbols_DATA = $(wildcard *.svg)
+
+EXTRA_DIST = $(symbols_DATA)