X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=Makefile.am;h=84bfd89f08558c9e87e44fbfe323221d0f50c6be;hp=61d8a868c35e004d23784cd9ae98cb80d89d8699;hb=2188efe2cc9dfb473bf41540960382d7c43b892e;hpb=20a671d76854520ad9d5ea9d481e008240465e62 diff --git a/Makefile.am b/Makefile.am index 61d8a86..84bfd89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,11 +45,11 @@ INSTALLATION_DEFINES = \ if ENABLE_GSM -GSM_INCLUDE = -DWITH_GSM +GSM_INCLUDE = -DWITH_GSM -I./openbsc/include -GSM_SOURCE = gsm_audio.c gsm.cpp gsm_conf.c bootstrap.c +GSM_SOURCE = gsm_audio.c gsm.cpp gsm_conf.c openbsc/src/bsc_init.c openbsc/src/vty_interface.c openbsc/src/vty_interface_layer3.c -GSM_LIB = /usr/local/lib/libgsm.a /usr/local/lib/libbsc.a /usr/local/lib/libvty.a -ldbi -lcrypt +GSM_LIB = /usr/lib/libgsm.a ./openbsc/src/libbsc.a ./openbsc/src/libmsc.a ./openbsc/src/libvty.a -ldbi -lcrypt #gsm_audio.po: gsm_audio.c gsm_audio.h # $(CC) -D_GNU_SOURCE -fPIC -c gsm_audio.c -o gsm_audio.po @@ -124,9 +124,14 @@ install-data-hook: @if test -a $(CONFIGdir)/routing.conf ; then \ echo "NOTE: routing.conf already exists, not changed." ; else \ cp -v default/routing.conf $(CONFIGdir) ; fi +if ENABLE_GSM @if test -a $(CONFIGdir)/gsm.conf ; then \ echo "NOTE: gsm.conf already exists, not changed." ; else \ cp -v default/gsm.conf $(CONFIGdir) ; fi + @if test -a $(CONFIGdir)/openbsc.cfg ; then \ + echo "NOTE: openbsc.cfg already exists, not changed." ; else \ + cp -v default/openbsc.cfg $(CONFIGdir) ; fi +endif @if test -a $(CONFIGdir)/numbering_int.conf ; then \ echo "NOTE: numbering_int.conf is obsolete, please use routing." ; fi @if test -a $(CONFIGdir)/numbering_ext.conf ; then \