diff options
author | David Robillard <d@drobilla.net> | 2006-10-02 20:56:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-10-02 20:56:28 +0000 |
commit | 682a43546becbc86a210003846778ebb0c38718a (patch) | |
tree | 319e4b01347490d43a20e6ccc6b85cef94ee5288 /src/Makefile.am | |
parent | 5812053fd22499251e2e2cedaa90fdd80c0d0988 (diff) | |
download | patchage-682a43546becbc86a210003846778ebb0c38718a.tar.gz patchage-682a43546becbc86a210003846778ebb0c38718a.tar.bz2 patchage-682a43546becbc86a210003846778ebb0c38718a.zip |
boost::shared_ptr-ification of FlowCanvas.
Extreme performance enhancements in Patchage (eg don't redraw the whole canvas every time).
Patchage work towards being a control centre.
Broken commit (ingen doesn't even compile) for machine transfer, don't even bother trying this revision.
git-svn-id: http://svn.drobilla.net/lad/patchage@147 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6e6eb5f..81529ab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,6 +9,7 @@ dist_sharefiles_DATA = patchage.glade bin_PROGRAMS = patchage patchage_SOURCES = \ main.cpp \ + Mutex.h \ Patchage.h \ Patchage.cpp \ StateManager.h \ |