diff options
author | venaas <venaas> | 2008-12-22 14:43:00 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-12-22 14:43:00 +0000 |
commit | 0863f06b82a98f2a791032b88d48d11f81e51d3d (patch) | |
tree | 29d4d83826407718fa7e51213c3133bea50cd624 | |
parent | c95e3af975a47ea44afc010c979acb598ee50d04 (diff) |
reverting makefile
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@450 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ -CFLAGS = -g -Wall -pedantic -pthread -DRADPROT_UDP -DRADPROT_TCP -DRADPROT_TLS -# -DRADPROT_DTLS +CFLAGS = -g -Wall -pedantic -pthread -DRADPROT_UDP -DRADPROT_TCP -DRADPROT_TLS -DRADPROT_DTLS LDFLAGS = -lssl OBJ = util.o debug.o list.o hash.o gconfig.o tlv11.o radmsg.o udp.o tcp.o tls.o dtls.o tlscommon.o radsecproxy.o |