aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libcommon-cs/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-18 15:17:25 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-18 15:17:29 +0100
commitc3533aaebfe3fcbcc2b506fa2f0d93104bab146a (patch)
treebed1398a3c8ea423c8cf65290ee4873ae64eeb14 /openbsc/src/libcommon-cs/Makefile.am
parent01ddd10c5a59aedd8fbc9930e860331981862c90 (diff)
cosmetic: move gsm_subscriber_base.c to libcommon-csneels/libcommon-cs
Diffstat (limited to 'openbsc/src/libcommon-cs/Makefile.am')
-rw-r--r--openbsc/src/libcommon-cs/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/libcommon-cs/Makefile.am b/openbsc/src/libcommon-cs/Makefile.am
index d4c9740d8..616df282b 100644
--- a/openbsc/src/libcommon-cs/Makefile.am
+++ b/openbsc/src/libcommon-cs/Makefile.am
@@ -20,4 +20,5 @@ libcommon_cs_a_SOURCES = \
common_cs_vty.c \
gsm_data.c \
gsm_data_shared.c \
+ gsm_subscriber_base.c \
$(NULL)