aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libfilter/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-04-04 21:55:08 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-05-03 21:42:27 +0200
commit4579bb1ed7464d66343d84846314ec66e6f8cccd (patch)
tree97837280f1b76a44a440ffbd1422f2618081face /openbsc/src/libfilter/Makefile.am
parent973dbaeebdbdbd8fed417cdfd169644093389d05 (diff)
filter: Move the access list management around
Diffstat (limited to 'openbsc/src/libfilter/Makefile.am')
-rw-r--r--openbsc/src/libfilter/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/libfilter/Makefile.am b/openbsc/src/libfilter/Makefile.am
index e24ec5f73..d79afb2cb 100644
--- a/openbsc/src/libfilter/Makefile.am
+++ b/openbsc/src/libfilter/Makefile.am
@@ -5,5 +5,6 @@ AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) \
noinst_LIBRARIES = libfilter.a
libfilter_a_SOURCES = \
- bsc_msg_filter.c
+ bsc_msg_filter.c \
+ bsc_msg_acc.c