aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-10 22:58:18 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:08 +0100
commit2945fd4611932c1013eb7f27295cca70d495e4af (patch)
tree8ea58795eecf56b11165bf7005d188a949f4f3f8 /openbsc/src/gprs/Makefile.am
parent2449c0ce58f01a78944073adebca70bb21639689 (diff)
rename sgsn_iu.c to iu.c.
That code seems to be usable for the CS side, as well. A more general name is applicable. todo: move out of gprs even.
Diffstat (limited to 'openbsc/src/gprs/Makefile.am')
-rw-r--r--openbsc/src/gprs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/Makefile.am b/openbsc/src/gprs/Makefile.am
index b28a44eec..fb26272fc 100644
--- a/openbsc/src/gprs/Makefile.am
+++ b/openbsc/src/gprs/Makefile.am
@@ -33,7 +33,7 @@ osmo_sgsn_SOURCES = gprs_gmm.c gprs_sgsn.c gprs_sndcp.c gprs_sndcp_vty.c \
gprs_gsup_messages.c gprs_utils.c gprs_gsup_client.c \
gsm_04_08_gprs.c sgsn_cdr.c sgsn_ares.c \
oap.c oap_messages.c \
- sgsn_iu.c
+ iu.c
osmo_sgsn_LDADD = \
$(top_builddir)/src/libcommon/libcommon.a \