summaryrefslogtreecommitdiffstats
path: root/src/host/osmocon/Makefile.am
blob: 90dd36e6e08635a7ebc95bc2fc34ed5b2d16cbc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6

INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)

sbin_PROGRAMS = osmocon

# FIXME: sercomm needs to move into libosmocore or another shared lib
INCLUDES += -I../../target/firmware/include/comm -DHOST_BUILD
osmocon_SOURCES = osmocon.c ../../target/firmware/comm/sercomm.c
osmocon_LDADD = $(LIBOSMOCORE_LIBS)