adding configure options for various transports, and -v output which transports are...
[radsecproxy.git] / Makefile.am
index 246d6ec..dd7d72b 100644 (file)
@@ -27,7 +27,7 @@ radsecproxy_SOURCES = radsecproxy.c \
                      tls.h \
                      dtls.h
 
-radsecproxy_CFLAGS  = -g -Wall -pedantic -pthread -DRADPROT_UDP -DRADPROT_TCP -DRADPROT_TLS -DRADPROT_DTLS @SSL_CFLAGS@ @TARGET_CFLAGS@
+radsecproxy_CFLAGS  = -g -Wall -pedantic -pthread @SSL_CFLAGS@ @TARGET_CFLAGS@
 radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
 radsecproxy_LDADD   = @SSL_LIBS@