summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-12-04 20:52:04 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-12-04 20:52:04 +0000
commit0fe48475db40e30d921a90921d4112e9c0a000a6 (patch)
tree146b21ab23d3a9a899c063731d547d5a3a3ebd34 /libs/gtkmm2ext/wscript
parent3293f957bd8424344195603cc8c1f08601453563 (diff)
switch ActionManager to a namespace; move generic part into libgtkmm2ext
git-svn-id: svn://localhost/ardour2/branches/3.0@6285 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2ext/wscript')
-rw-r--r--libs/gtkmm2ext/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gtkmm2ext/wscript b/libs/gtkmm2ext/wscript
index 5ca8d5344d..8e348602cb 100644
--- a/libs/gtkmm2ext/wscript
+++ b/libs/gtkmm2ext/wscript
@@ -19,6 +19,7 @@ APPNAME = 'gtkmm2ext'
VERSION = GTKMM2EXT_VERSION
gtkmm2ext_sources = [
+ 'actions.cc',
'auto_spin.cc',
'barcontroller.cc',
'binding_proxy.cc',