aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-05-29 20:55:15 +0200
committerThomas White <taw@bitwiz.org.uk>2011-05-29 20:55:15 +0200
commit76212cad4d9df582b29abe7f9ca607736bdbc06e (patch)
treef11cdaa7717c523a96ee7e3ce5606e8c2ca65f11 /Makefile.am
parent9a00aaa654a698a9068da7544ab7123e50defa6d (diff)
Add icons to tool buttons
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7b10cb2..b3cf79b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,4 +19,7 @@ EXTRA_DIST += src/presentation.h src/mainwindow.h src/slide_render.h \
colloquiumdir = $(datadir)/colloquium
colloquium_DATA = data/colloquium.ui
+iconsdir = $(datadir)/icons/hicolor/scalable/apps
+icons_DATA = data/colloquium-select.svg data/colloquium-text.svg
+
EXTRA_DIST += $(colloquium_DATA)