X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=Makefile;h=a0cc34ffcdda4fff836029784b310d52b4abc4c8;hp=3fbf24b56efbcad700a4ef20ca50474db4b18e86;hb=54d34cda7a6f0d9bd3ff22d529ce69ff2c004bd3;hpb=fb872d7e65ffc0563789f92e9e6f10d855f13207 diff --git a/Makefile b/Makefile index 3fbf24b..a0cc34f 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ WITH-CRYPTO = 42 # comment this out, if no libcrypto should be used WITH-ASTERISK = 42 # comment this out, if you don't require built-in Asterisk channel driver. +#WITH-SOCKET = 42 # compile for socket based mISDN ( # note: check your location and the names of libraries. # select location to install @@ -46,6 +47,9 @@ CFLAGS += $(LINUX_INCLUDE) $(MISDNUSER_INCLUDE) ifdef WITH-CRYPTO CFLAGS += -DCRYPTO endif +ifdef WITH-SOCKET +CFLAGS += -DSOCKET_MISDN +endif LIBDIR += $(MISDNUSER_LIB) ifdef WITH-CRYPTO LIBDIR += -L/usr/local/ssl/lib