summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)