moved src/common/pa_skeleton.c to src/hostapi/skeleton/pa_hostapi_skeleton.c. updated all build files accordingly.
This commit is contained in:
parent
af36f2762b
commit
54aaddf9e3
14 changed files with 77 additions and 75 deletions
|
|
@ -54,9 +54,9 @@ COMMON_OBJS = \
|
|||
src/common/pa_debugprint.o \
|
||||
src/common/pa_front.o \
|
||||
src/common/pa_process.o \
|
||||
src/common/pa_skeleton.o \
|
||||
src/common/pa_stream.o \
|
||||
src/common/pa_trace.o
|
||||
src/common/pa_trace.o \
|
||||
src/hostapi/skeleton/pa_hostapi_skeleton.o
|
||||
|
||||
TESTS = \
|
||||
bin/paqa_devs \
|
||||
|
|
|
|||
Loading…
Reference in a new issue