--- linuxsampler/trunk/src/common/Makefile.am 2014/06/13 15:01:06 2630 +++ linuxsampler/trunk/src/common/Makefile.am 2024/01/26 18:34:32 4085 @@ -30,6 +30,7 @@ Pool.h \ ResourceManager.h \ RingBuffer.h \ + RTAVLTree.h \ RTMath.cpp RTMath.h \ stacktrace.c stacktrace.h \ Thread.cpp Thread.h \ @@ -40,6 +41,9 @@ Ref.h Ref.cpp \ ChangeFlagRelaxed.h +EXTRA_DIST = \ + RTAVLTreeTest.cpp + # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins) install-exec-hook: mkdir -p $(DESTDIR)$(config_plugin_dir)