X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=Makefile.am;h=f71d7154451d5ad7886013681a49fed2d272a8cf;hp=f25280db6123c72a8cc6fc04c20f7dac896f158d;hb=27c7909b87a44378ccd41bfcd619ba22f59581ce;hpb=a12d7eee22a72f4c999535892763dde15212e89e diff --git a/Makefile.am b/Makefile.am index f25280d..f71d715 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,11 +72,15 @@ 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_SOURCE += gsm_ms.cpp layer23/src/mobile/app_mobile.c -GSM_LIB += ./layer23/src/liblayer23.a ./layer23/src/libvty.a ./libosmocore/build-host/src/.libs/libosmocore.a +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 endif @@ -99,7 +103,7 @@ chan_lcr_so_LDFLAGS = -shared chan_lcr_so_LDADD = chan_lcr.po bchannel.po options.po callerid.po select.po chan_lcr.po: chan_lcr.c chan_lcr.h - $(CC) $(INCLUDES) -D_GNU_SOURCE -fPIC -c chan_lcr.c -o chan_lcr.po + $(CC) $(INCLUDES) $(AST_CFLAGS) -D_GNU_SOURCE -fPIC -c chan_lcr.c -o chan_lcr.po bchannel.po: bchannel.c bchannel.h $(CC) $(INCLUDES) -D_GNU_SOURCE -fPIC -c bchannel.c -o bchannel.po