summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/Makefile.am
blob: 5dbda72a2bfdad10d505e4bf0462abc7821a8b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS)
LDADD = ../common/liblayer23.a $(LIBOSMOCORE_LIBS) $(LIBOSMOVTY_LIBS)

noinst_LIBRARIES = libmobile.a
libmobile_a_SOURCES = gsm322.c gsm48_cc.c gsm48_mm.c gsm48_rr.c	\
	mnccms.c settings.c subscriber.c support.c	\
	sysinfo.c transaction.c vty_interface.c

bin_PROGRAMS = mobile

mobile_SOURCES = ../common/main.c app_mobile.c
mobile_LDADD = libmobile.a $(LDADD)