Move commonly used German tones (A/B/C-Netz) to separate lib.a

This commit is contained in:
Andreas Eversberg
2017-09-11 20:35:18 +02:00
parent 7017fd7b3c
commit b6326aa473
7 changed files with 14 additions and 15 deletions

View File

@@ -8,11 +8,10 @@ anetz_SOURCES = \
dsp.c \
stations.c \
image.c \
freiton.c \
besetztton.c \
main.c
anetz_LDADD = \
$(COMMON_LA) \
$(top_builddir)/src/common/libgermanton.a \
$(top_builddir)/src/common/libmobile.a \
$(top_builddir)/src/common/libcommon.a \
$(ALSA_LIBS) \

View File

@@ -29,8 +29,8 @@
#include "../common/timer.h"
#include "../common/call.h"
#include "../common/mncc_sock.h"
#include "freiton.h"
#include "besetztton.h"
#include "../common/freiton.h"
#include "../common/besetztton.h"
#include "anetz.h"
#include "dsp.h"
#include "stations.h"