X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=Makefile.am;h=f047c56bceaeb73fc3714a8c5204873d3da64a56;hp=622bc06419bcf8927aaa696b9fd612d7fa774e51;hb=34598a346419f0e661526e6208dade4aff570008;hpb=04e755385b883fa04060bc3f3003af26b63462c5 diff --git a/Makefile.am b/Makefile.am index 622bc06..f047c56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ if ENABLE_GSM GSM_INCLUDE += -GSM_SOURCE += gsm_audio.c gsm.cpp gsm_conf.c +GSM_SOURCE += gsm_audio.c gsm.cpp GSM_LIB += /usr/lib/libgsm.a @@ -64,9 +64,7 @@ if ENABLE_GSM_BS GSM_INCLUDE += -DWITH_GSM_BS -I./openbsc/include -I./libosmocore/include -I./openbsc -GSM_SOURCE += gsm_bs.cpp openbsc/src/bsc_init.c openbsc/src/bsc_vty.c openbsc/src/vty_interface_layer3.c openbsc/src/bsc_api.c openbsc/src/bsc_version.c - -GSM_LIB += ./openbsc/src/libbsc.a ./openbsc/src/libmsc.a ./openbsc/src/libvty.a -losmovty -losmocore -ldbi -lcrypt +GSM_SOURCE += gsm_bs.cpp endif