diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-04-21 04:28:43 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-04-21 04:28:43 +0000 |
| commit | dfbdcb6c821304d7959b43bd5d04e67e19f265c7 (patch) | |
| tree | 522c7277ea46ee079adb3922ced0f6d442396375 | |
| parent | Clean up symbol pixmap generator and title description (diff) | |
| download | inkscape-dfbdcb6c821304d7959b43bd5d04e67e19f265c7.tar.gz inkscape-dfbdcb6c821304d7959b43bd5d04e67e19f265c7.zip | |
Fix symbols not being installed bug reported by suv
(bzr r12292)
| -rw-r--r-- | share/symbols/Makefile.am | 4 |
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) |
