aboutsummaryrefslogtreecommitdiffstats
path: root/src/libbsc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/libbsc/Makefile.am')
-rw-r--r--src/libbsc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libbsc/Makefile.am b/src/libbsc/Makefile.am
index 805a7ee1f..895636387 100644
--- a/src/libbsc/Makefile.am
+++ b/src/libbsc/Makefile.am
@@ -13,6 +13,7 @@ AM_CFLAGS = \
$(LIBOSMOMGCP_CFLAGS) \
$(LIBOSMOSIGTRAN_CFLAGS) \
$(COVERAGE_CFLAGS) \
+ $(LIBOSMOMGCPCLIENT_CFLAGS) \
$(NULL)
noinst_LIBRARIES = \
@@ -62,5 +63,6 @@ libbsc_a_SOURCES = \
handover_cfg.c \
penalty_timers.c \
handover_decision_2.c \
+ bsc_subscr_conn_fsm.c \
$(NULL)