X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=Makefile.am;h=66a0c82ebb0a5429ae3b17ad971a923ea701ecb9;hp=f25280db6123c72a8cc6fc04c20f7dac896f158d;hb=f522af5539858d9a97f40e87a3ee1ed31e759244;hpb=a12d7eee22a72f4c999535892763dde15212e89e diff --git a/Makefile.am b/Makefile.am index f25280d..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 @@ -99,7 +99,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