aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-29 11:04:52 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-29 11:04:52 +0200
commit5b3e9198f008fe77e3d748e8e5d00f5af2de1dd9 (patch)
tree4235adfa7c0a172045baaa56649d476419f17597 /openbsc/src/Makefile.am
parentf0b21dfd25db613f30c4752b26a14bbaeffd2e1e (diff)
nat: Move SCCP patching to a new file, log updates
Move patching and reassigning of messages to a new file which will making testing this functionality more easy.
Diffstat (limited to 'openbsc/src/Makefile.am')
-rw-r--r--openbsc/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am
index b920d0b65..219e1bd67 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -52,5 +52,5 @@ bsc_mgcp_LDADD = libvty.a
ipaccess_proxy_SOURCES = ipaccess/ipaccess-proxy.c debug.c
-bsc_nat_SOURCES = nat/bsc_nat.c nat/bsc_filter.c nat/bsc_nat_vty.c bsc_msc.c bssap.c
+bsc_nat_SOURCES = nat/bsc_nat.c nat/bsc_filter.c nat/bsc_sccp.c nat/bsc_nat_vty.c bsc_msc.c bssap.c
bsc_nat_LDADD = libvty.a libbsc.a libsccp.a