aed8e2474636385865d5b77258ef1a1b5d5b12e0
[osmocom-bb.git] / src / host / layer23 / src / Makefile.am
1 INCLUDES = $(all_includes) -I$(top_srcdir)/include
2 AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
3
4 noinst_LIBRARIES = libosmocom.a
5 libosmocom_a_SOURCES = libosmocom/debug.c 
6
7 sbin_PROGRAMS = layer23
8 layer23_SOURCES = main.c l1ctl.c gsmtap_util.c lapdm.c rslms.c layer3.c
9 layer23_LDADD = libosmocom.a $(LIBOSMOCORE_LIBS)