X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=Makefile.am;h=66a0c82ebb0a5429ae3b17ad971a923ea701ecb9;hp=fc73514376014b4c9ca545cc33ae39f378194768;hb=f522af5539858d9a97f40e87a3ee1ed31e759244;hpb=6fa1349ce7cc4312c848cb529c563b3f23f5b7b4 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