initial git import
This commit is contained in:
21
src/common/Makefile.am
Normal file
21
src/common/Makefile.am
Normal file
@@ -0,0 +1,21 @@
|
||||
AM_CPPFLAGS = -Wall -g $(all_includes)
|
||||
|
||||
noinst_LIBRARIES = libcommon.a
|
||||
|
||||
libcommon_a_SOURCES = \
|
||||
../common/debug.c \
|
||||
../common/timer.c \
|
||||
../common/sound_alsa.c \
|
||||
../common/goertzel.c \
|
||||
../common/jitter.c \
|
||||
../common/loss.c \
|
||||
../common/filter.c \
|
||||
../common/samplerate.c \
|
||||
../common/call.c \
|
||||
../common/freiton.c \
|
||||
../common/besetztton.c \
|
||||
../common/mncc_sock.c \
|
||||
../common/cause.c \
|
||||
../common/sender.c \
|
||||
../common/main_common.c
|
||||
|
Reference in New Issue
Block a user