diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-04-23 01:15:57 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-04-23 01:15:57 +0000 |
| commit | fcb08f0f63d3fc0d539472fa06ef39bd2fceaca9 (patch) | |
| tree | 616e12a58ea327f9ab9e4ae19901b6eeb3ecd3fa | |
| parent | Add balloon symbols and connect defs modified signal. (diff) | |
| download | inkscape-fcb08f0f63d3fc0d539472fa06ef39bd2fceaca9.tar.gz inkscape-fcb08f0f63d3fc0d539472fa06ef39bd2fceaca9.zip | |
Allow out of src building for wildcard Makes
Fixed bugs:
- https://launchpad.net/bugs/1170803
(bzr r12299)
| -rw-r--r-- | share/symbols/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/symbols/Makefile.am b/share/symbols/Makefile.am index 7ade18976..5ddaac706 100644 --- a/share/symbols/Makefile.am +++ b/share/symbols/Makefile.am @@ -1,7 +1,8 @@ symbolsdir = $(datadir)/inkscape/symbols -symbols_DATA = $(wildcard *.svg) +# Adding srcdir allows out-of-src builds to work +symbols_DATA = $(wildcard $(srcdir)/*.svg) EXTRA_DIST = $(symbols_DATA) |
