initial git import

This commit is contained in:
Andreas Eversberg
2016-03-01 18:40:38 +01:00
commit 946c9ce10a
84 changed files with 12959 additions and 0 deletions

21
src/common/Makefile.am Normal file
View 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