aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-20 06:13:44 +0000
committerDavid Robillard <d@drobilla.net>2007-02-20 06:13:44 +0000
commita865ddb5043c4dc094b8f64d2cae60e0df16b8ac (patch)
treedf65f1e1a1eff036e46f003bbcd9f8ffe26325db /src/gui/Makefile.am
parent1e0a7b90f35130892015a4ed6aef778a159b02ac (diff)
downloadmachina-a865ddb5043c4dc094b8f64d2cae60e0df16b8ac.tar.gz
machina-a865ddb5043c4dc094b8f64d2cae60e0df16b8ac.tar.bz2
machina-a865ddb5043c4dc094b8f64d2cae60e0df16b8ac.zip
New double buffer class in Raul (used for realtime-safe thread-safe writes to variables
used in the realtime audio thead). Manipulation of edge labels in Machina (left click and right click). git-svn-id: http://svn.drobilla.net/lad/machina@323 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Makefile.am')
-rw-r--r--src/gui/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am
index 6a9ff3b..570cc8a 100644
--- a/src/gui/Makefile.am
+++ b/src/gui/Makefile.am
@@ -19,6 +19,8 @@ machina_gui_SOURCES = \
MachinaCanvas.hpp \
MachinaCanvas.cpp \
NodeView.hpp \
- NodeView.cpp
+ NodeView.cpp \
+ EdgeView.hpp \
+ EdgeView.cpp
endif