summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Eversberg2010-07-21 12:12:23 +0200
committerAndreas Eversberg2010-07-21 12:12:23 +0200
commitf522af5539858d9a97f40e87a3ee1ed31e759244 (patch)
treeafb634a39623f2c71126496c0bedce5b602c8ec2 /Makefile.am
parentEnabled ast_log again and changed usleep during trylock to 1. (diff)
downloadlcr-f522af5539858d9a97f40e87a3ee1ed31e759244.tar.gz
lcr-f522af5539858d9a97f40e87a3ee1ed31e759244.tar.xz
lcr-f522af5539858d9a97f40e87a3ee1ed31e759244.zip
Fixed API and incomming calls from Osmocom-BB.
Conflicts: Makefile.in configure
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index fc73514..66a0c82 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,11 +72,11 @@ endif
if ENABLE_GSM_MS
-GSM_INCLUDE += -DWITH_GSM_MS -I./layer23/include -I./libosmocore/include
+GSM_INCLUDE += -DPACKAGE_VERSION=0 -DWITH_GSM_MS -I./layer23/include -I./libosmocore/include
GSM_SOURCE += gsm_ms.cpp layer23/src/app_mobile.c
-GSM_LIB += ./layer23/src/liblayer23.a ./layer23/src/libvty.a ./libosmocore/build-host/src/.libs/libosmocore.a
+GSM_LIB += ./layer23/src/liblayer23.a ./libosmocore/build-host/src/.libs/libosmocore.a ./libosmocore/build-host/src/vty/.libs/libosmovty.a
endif