From 4014067a1668d94000b059d72832482a06cf8369 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 6 Jan 2007 19:39:56 +0000 Subject: Added ability to get Raul Thread for current calling context. Strong threading assertions. Flowcanvas port removal fixes. Patch port destruction. Code cleanups, bug fixes. git-svn-id: http://svn.drobilla.net/lad/raul@234 a436a847-0d15-0410-975c-d299462d15a1 --- src/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..aa1143e --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,10 @@ +AM_CXXFLAGS = -I$(top_srcdir) + +lib_LTLIBRARIES = libraul.la + +#libraul_la_LIBADD = @FOO_LIBS@ + +libraul_la_SOURCES = \ + Thread.cpp + + -- cgit v1.2.1