aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/Makefile.am
blob: 0d3baa331672ec0fbc9088046a01937cb717f586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
AM_CPPFLAGS = -Wall -g $(all_includes)

noinst_LIBRARIES = libcommon.a

libcommon_a_SOURCES = \
	../common/debug.c \
	../common/timer.c \
	../common/sound_alsa.c \
	../common/wave.c \
	../common/goertzel.c \
	../common/jitter.c \
	../common/loss.c \
	../common/filter.c \
	../common/dtmf.c \
	../common/samplerate.c \
	../common/call.c \
	../common/freiton.c \
	../common/besetztton.c \
	../common/mncc_sock.c \
	../common/cause.c \
	../common/compander.c \
	../common/sender.c \
	../common/main_common.c