diff options
author | David Robillard <d@drobilla.net> | 2007-12-04 23:02:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-12-04 23:02:14 +0000 |
commit | feab87ff3c9dce87ef127c8c7e42e6d51950aa2e (patch) | |
tree | 384de5815f2da11fb4079209fd186e6a361fad52 /raul/Makefile.am | |
parent | 6bb9c35360b3919236ed1df997e2021f817f3d19 (diff) | |
download | raul-feab87ff3c9dce87ef127c8c7e42e6d51950aa2e.tar.gz raul-feab87ff3c9dce87ef127c8c7e42e6d51950aa2e.tar.bz2 raul-feab87ff3c9dce87ef127c8c7e42e6d51950aa2e.zip |
Added 'has_waiter' method for Semaphore.
Added new Command class, for e.g. coarse GUI->Engine RT safe events.
git-svn-id: http://svn.drobilla.net/lad/raul@947 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Makefile.am')
-rw-r--r-- | raul/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/Makefile.am b/raul/Makefile.am index ef15513..c8f25a2 100644 --- a/raul/Makefile.am +++ b/raul/Makefile.am @@ -5,6 +5,7 @@ raulinclude_HEADERS = \ Atom.hpp \ AtomicInt.hpp \ AtomicPtr.hpp \ + Command.hpp \ Deletable.hpp \ DoubleBuffer.hpp \ JackDriver.hpp \ |