@@ -1,4 +1,4 @@ | |||||
MAINTAINERCLEANFILES = Makefile.in version.h | |||||
MAINTAINERCLEANFILES = Makefile.in | |||||
libjackincludedir = $(includedir)/jack | libjackincludedir = $(includedir)/jack | ||||
@@ -17,26 +17,3 @@ libjackinclude_HEADERS = \ | |||||
weakjack.h \ | weakjack.h \ | ||||
control.h \ | control.h \ | ||||
jslist.h | jslist.h | ||||
noinst_HEADERS = \ | |||||
atomicity.h \ | |||||
bitset.h \ | |||||
driver.h \ | |||||
driver_interface.h \ | |||||
driver_parse.h \ | |||||
engine.h \ | |||||
hardware.h \ | |||||
internal.h \ | |||||
intsimd.h \ | |||||
memops.h \ | |||||
messagebuffer.h \ | |||||
pool.h \ | |||||
port.h \ | |||||
ringbuffer.h \ | |||||
sanitycheck.h \ | |||||
shm.h \ | |||||
start.h \ | |||||
systemtest.h \ | |||||
unlock.h \ | |||||
varargs.h \ | |||||
version.h |
@@ -26,6 +26,7 @@ extern "C" { | |||||
#include <pthread.h> | #include <pthread.h> | ||||
#include <jack/weakmacros.h> | #include <jack/weakmacros.h> | ||||
#include <jack/types.h> | |||||
/* use 512KB stack per thread - the default is way too high to be feasible | /* use 512KB stack per thread - the default is way too high to be feasible | ||||
* with mlockall() on many systems */ | * with mlockall() on many systems */ | ||||