aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libcommon-cs/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-18 13:21:26 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-18 13:27:42 +0100
commit01ddd10c5a59aedd8fbc9930e860331981862c90 (patch)
treeafa15abeafbcb1f8efd1583bdd3962e36bd294eb /openbsc/src/libcommon-cs/Makefile.am
parent6f05e0d95f6f1c7f97ed596adcb2522bbb3dad9f (diff)
cosmetic: move gsm_data_shared.c to libcommon-cs
Since other projects also include gsm_data_shared.c and expect it to live in libcommon, this commit may cause failing builds elsewhere. Same goes for the debian/openbsc-dev package. I considered having gsm_data_shared.c in both locations, but it doesn't really make sense unless we want to keep duplicates for all eternity. At some point users of this should be adjusted anyway. Change-Id: Ie2cacc869a1991a40ea36dbce1ad5a0123f51852
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 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)