summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-07-21 22:37:19 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:22 -0500
commite026adf4a945cc3c0d0585bedf80da9fa8d9f52a (patch)
tree95e24c3ca395e5de0862d7ca13f692dbb93958de /libs
parentc06c2c29db73d4cae8a675165616cf879f1758b0 (diff)
second part of: add new CairoWidget-derived class that does nothing but shown an ArdourIcon.
Diffstat (limited to 'libs')
-rw-r--r--libs/gtkmm2ext/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gtkmm2ext/wscript b/libs/gtkmm2ext/wscript
index fdc4f48f0a..0640f58d51 100644
--- a/libs/gtkmm2ext/wscript
+++ b/libs/gtkmm2ext/wscript
@@ -30,6 +30,7 @@ gtkmm2ext_sources = [
'bindable_button.cc',
'bindings.cc',
'cairocell.cc',
+ 'cairo_icon.cc',
'cairo_packer.cc',
'cairo_widget.cc',
'cell_renderer_color_selector.cc',