Restructure: Move mobile from common code to 'libmobile'

This commit is contained in:
Andreas Eversberg
2017-11-18 08:33:07 +01:00
parent ed31a26eba
commit ab59a26a51
52 changed files with 81 additions and 65 deletions
+14
View File
@@ -0,0 +1,14 @@
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
noinst_LIBRARIES = libmobile.a
libmobile_a_SOURCES = \
sender.c \
call.c \
display_status.c \
main_mobile.c
if HAVE_SDR
AM_CPPFLAGS += -DHAVE_SDR
endif