Restructure: Move mobile from common code to 'libmobile'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user