X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=dd7d72b2c16b960e70c4d27c878ad077d3af7d6b;hb=9406a04b87510af8c9add733c1035f97c0c22074;hp=246d6ec5024150cf880012f1300fa0fadd366e94;hpb=e0c9e33cc484025e2b80bec19f7130554e9e3781;p=radsecproxy.git diff --git a/Makefile.am b/Makefile.am index 246d6ec..dd7d72b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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@