fixed compilation when Makefile is used by adding missing pa_ringbuffer.o object file
This commit is contained in:
parent
54aaddf9e3
commit
e1ba3369da
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ COMMON_OBJS = \
|
||||||
src/common/pa_process.o \
|
src/common/pa_process.o \
|
||||||
src/common/pa_stream.o \
|
src/common/pa_stream.o \
|
||||||
src/common/pa_trace.o \
|
src/common/pa_trace.o \
|
||||||
|
src/common/pa_ringbuffer.o \
|
||||||
src/hostapi/skeleton/pa_hostapi_skeleton.o
|
src/hostapi/skeleton/pa_hostapi_skeleton.o
|
||||||
|
|
||||||
TESTS = \
|
TESTS = \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue