diff options
| author | Martin Owens <doctormo@gmail.com> | 2014-03-04 04:37:50 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2014-03-04 04:37:50 +0000 |
| commit | 5b6b2542635cf2311cf7cedda2e23dc25c8a9825 (patch) | |
| tree | 1b100135f21623beb60dd3aab9cd66744d500ce0 | |
| parent | Remove dom/* code and replace two uses of dom/uri with uri. (diff) | |
| download | inkscape-5b6b2542635cf2311cf7cedda2e23dc25c8a9825.tar.gz inkscape-5b6b2542635cf2311cf7cedda2e23dc25c8a9825.zip | |
Fix script_Data in Makefile for python extensions
(bzr r13108)
| -rw-r--r-- | share/extensions/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index 41ddd576f..02486290b 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -13,9 +13,7 @@ otherstuffdir = $(datadir)/inkscape/extensions moduledir = $(datadir)/inkscape/extensions -# If you remove an extension from here, either add it to EXTRA_DIST -# below, or remove all mention of it from po/inkscape.pot as well. -module_DATA = $(wildcard $(extensiondir)/*.py) +extension_SCRIPTS = $(wildcard $(extensiondir)/*.py) otherstuff_DATA = \ fontfix.conf \ |
