summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Eversberg2011-07-20 12:57:59 +0200
committerAndreas Eversberg2011-07-20 12:59:35 +0200
commit39a36cb99a6dba1441a7a4b51914e0dadf3a7ae8 (patch)
tree2b2bae0c0c348848535251ac1afebbf5b328d129 /Makefile.am
parentDon't try to install default/gsm.conf as it was removed. (diff)
downloadlcr-39a36cb99a6dba1441a7a4b51914e0dadf3a7ae8.tar.gz
lcr-39a36cb99a6dba1441a7a4b51914e0dadf3a7ae8.tar.xz
lcr-39a36cb99a6dba1441a7a4b51914e0dadf3a7ae8.zip
Make LCR compile with latest osmocomBB code.
The libosmocore structure has changed.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 376b069..0da7bb0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,7 +78,8 @@ GSM_LIB += ./layer23/src/mobile/libmobile.a \
./layer23/src/common/liblayer23.a \
./libosmocore/build-host/src/.libs/libosmocore.a \
./libosmocore/build-host/src/vty/.libs/libosmovty.a \
- ./libosmocore/build-host/src/codec/.libs/libosmocodec.a
+ ./libosmocore/build-host/src/codec/.libs/libosmocodec.a \
+ ./libosmocore/build-host/src/gsm/.libs/libosmogsm.a
endif