Andreas Eversberg 57ba648ac4 C-Netz: Add tiny database to track if phones are online
Reject calls, if not online.

Use an interval to check if the phones are still online.
2016-05-08 15:53:00 +02:00

23 lines
305 B
Makefile

AM_CPPFLAGS = -Wall -g $(all_includes)
bin_PROGRAMS = \
cnetz
cnetz_SOURCES = \
cnetz.c \
database.c \
sysinfo.c \
telegramm.c \
dsp.c \
fsk_fm_demod.c \
scrambler.c \
image.c \
ansage.c \
main.c
cnetz_LDADD = \
$(COMMON_LA) \
$(ALSA_LIBS) \
$(top_builddir)/src/common/libcommon.a \
-lm