moved files

This commit is contained in:
Devaev Maxim
2021-01-06 18:52:54 +03:00
parent fcee60346c
commit c81fa7b5a2
37 changed files with 69 additions and 71 deletions

View File

@@ -25,8 +25,7 @@ _COMMON_LIBS = -lm -ljpeg -pthread -lrt
_USTR_LIBS = $(_COMMON_LIBS) -levent -levent_pthreads -luuid
_USTR_SRCS = $(shell ls \
src/libs/common/*.c \
src/libs/memsink/*.c \
src/libs/*.c \
src/ustreamer/*.c \
src/ustreamer/http/*.c \
src/ustreamer/data/*.c \
@@ -36,8 +35,7 @@ _USTR_SRCS = $(shell ls \
_REC_LIBS = $(_COMMON_LIBS)
_REC_SRCS = $(shell ls \
src/libs/common/*.c \
src/libs/memsink/*.c \
src/libs/*.c \
src/recorder/*.c \
)