aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/libcommon-cs/Makefile.am1
-rw-r--r--openbsc/src/libcommon-cs/gsm_data_shared.c (renamed from openbsc/src/libcommon/gsm_data_shared.c)0
-rw-r--r--openbsc/src/libcommon/Makefile.am1
-rw-r--r--openbsc/src/utils/Makefile.am1
4 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/libcommon-cs/Makefile.am b/openbsc/src/libcommon-cs/Makefile.am
index ad1376a04..d4c9740d8 100644
--- a/openbsc/src/libcommon-cs/Makefile.am
+++ b/openbsc/src/libcommon-cs/Makefile.am
@@ -19,4 +19,5 @@ libcommon_cs_a_SOURCES = \
common_cs.c \
common_cs_vty.c \
gsm_data.c \
+ gsm_data_shared.c \
$(NULL)
diff --git a/openbsc/src/libcommon/gsm_data_shared.c b/openbsc/src/libcommon-cs/gsm_data_shared.c
index 387af7068..387af7068 100644
--- a/openbsc/src/libcommon/gsm_data_shared.c
+++ b/openbsc/src/libcommon-cs/gsm_data_shared.c
diff --git a/openbsc/src/libcommon/Makefile.am b/openbsc/src/libcommon/Makefile.am
index d7e956c3e..714612ff1 100644
--- a/openbsc/src/libcommon/Makefile.am
+++ b/openbsc/src/libcommon/Makefile.am
@@ -21,7 +21,6 @@ libcommon_a_SOURCES = \
bsc_version.c \
common_vty.c \
debug.c \
- gsm_data_shared.c \
gsup_client.c \
oap_client.c \
socket.c \
diff --git a/openbsc/src/utils/Makefile.am b/openbsc/src/utils/Makefile.am
index ab4f3ced6..ceef708ed 100644
--- a/openbsc/src/utils/Makefile.am
+++ b/openbsc/src/utils/Makefile.am
@@ -129,6 +129,7 @@ meas_json_SOURCES = \
meas_json_LDADD = \
$(top_builddir)/src/libcommon/libcommon.a \
+ $(top_builddir)/src/libcommon-cs/libcommon-cs.a \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(NULL)