diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-10-14 00:45:59 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-10-14 00:45:59 +0200 |
commit | 94876cea1ef9e97752cf622e2e43b76308940d42 (patch) | |
tree | 756a71af67c2a99f5fe08e0d13cef321d8562f72 /Makefile.am | |
parent | 4a4fd16aa69ae95afc4715ce371b2f714333fc82 (diff) |
Add Image tool icons
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ce87b7d..868caed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ colloquiumdir = $(datadir)/colloquium colloquium_DATA = data/colloquium.ui iconsdir = $(datadir)/icons/hicolor/scalable/apps -icons_DATA = data/colloquium-select.svg data/colloquium-text.svg +icons_DATA = data/colloquium-select.svg data/colloquium-text.svg \ + data/colloquium-image.svg EXTRA_DIST += $(colloquium_DATA) |