aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libfilter/Makefile.am
blob: 4dbc5904106c12157391fc8858b612d2ae25d527 (plain)
1
2
3
4
5
6
7
8
9
10
11
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) \
	$(LIBOSMOVTY_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)

noinst_LIBRARIES = libfilter.a

libfilter_a_SOURCES = \
	bsc_msg_filter.c \
	bsc_msg_acc.c \
	bsc_msg_vty.c