X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=Makefile.am;h=bce48d1455d3a8abfdf9ca8170d7192088ac6d16;hp=84bfd89f08558c9e87e44fbfe323221d0f50c6be;hb=323cbc387b1a068f8e2bcfd1034666406ba18c93;hpb=96124cb106071709b490e7d055a212b12d3915fd diff --git a/Makefile.am b/Makefile.am index 84bfd89..bce48d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,6 +56,14 @@ GSM_LIB = /usr/lib/libgsm.a ./openbsc/src/libbsc.a ./openbsc/src/libmsc.a ./open endif +if ENABLE_SS5 + +SS5_INCLUDE = -DWITH_SS5 + +SS5_SOURCE = ss5.cpp ss5_encode.c ss5_decode.c + +endif + bin_PROGRAMS = lcradmin gentones genwave sbin_PROGRAMS = lcr genrc genextension @@ -84,9 +92,9 @@ install-exec-hook: $(INSTALL) chan_lcr.so $(astmoddir) endif -INCLUDES = $(all_includes) $(GSM_INCLUDE) -Wall -I/usr/include/mISDNuser $(INSTALLATION_DEFINES) +INCLUDES = $(all_includes) $(GSM_INCLUDE) $(SS5_INCLUDE) -Wall -I/usr/include/mISDNuser $(INSTALLATION_DEFINES) -lcr_SOURCES = $(GSM_SOURCE) action.cpp mISDN.cpp tones.c \ +lcr_SOURCES = $(GSM_SOURCE) $(SS5_SOURCE) action.cpp mISDN.cpp tones.c \ action_efi.cpp crypt.cpp mail.c trace.c \ action_vbox.cpp dss1.cpp main.c \ vbox.cpp alawulaw.c endpoint.cpp interface.c message.c \