aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-24 10:24:38 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-24 10:24:38 +0100
commitf99f0930fd02a5ef164c54fe8926a7e0b11acbdb (patch)
tree74522f7ea934366676803028058edd07029a3702 /openbsc/src/Makefile.am
parent3e57388305cb35edf39d9b4984f6ac8f5e36509d (diff)
Move the version/copyright string to a separate file
It didn't really belong into the bsc_init.c... now we could even easily autogenerate this file.
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 a21cb8090..1d1847513 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -17,7 +17,7 @@ libbsc_a_SOURCES = abis_rsl.c abis_nm.c gsm_data.c gsm_04_08_utils.c \
input/misdn.c input/ipaccess.c \
talloc_ctx.c system_information.c rest_octets.c \
rtp_proxy.c bts_siemens_bs11.c bts_ipaccess_nanobts.c \
- bts_unknown.c
+ bts_unknown.c bsc_version.c
libmsc_a_SOURCES = gsm_subscriber.c db.c telnet_interface.c \
mncc.c gsm_04_08.c gsm_04_11.c transaction.c \