aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/nat/Makefile.am')
-rw-r--r--openbsc/src/nat/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/nat/Makefile.am b/openbsc/src/nat/Makefile.am
index 2f37f5cd2..c7c4b0e9f 100644
--- a/openbsc/src/nat/Makefile.am
+++ b/openbsc/src/nat/Makefile.am
@@ -6,7 +6,7 @@ bin_PROGRAMS = bsc_nat
bsc_nat_SOURCES = bsc_filter.c bsc_mgcp_utils.c bsc_nat.c bsc_nat_utils.c \
- bsc_nat_vty.c bsc_sccp.c \
+ bsc_nat_vty.c bsc_sccp.c bsc_ussd.c \
$(top_srcdir)/src/debug.c $(top_srcdir)/src/bsc_msc.c
bsc_nat_LDADD = $(top_builddir)/src/libvty.a \
$(top_builddir)/src/libmgcp.a $(top_builddir)/src/libbsc.a \