diff options
author | venaas <venaas> | 2008-08-21 07:11:59 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-08-21 07:11:59 +0000 |
commit | 230b3daa9734ba0c62f24e606137a3bdbc8ec340 (patch) | |
tree | 927bb31e3e0d224826f063cab8a474a39e070c4a /Makefile | |
parent | 7f07d072c89ee15fe828f6586d05d1ad07d3ba2c (diff) |
separated dtls into a separate file
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@347 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ CFLAGS = -g -Wall -pedantic -pthread LDFLAGS = -lssl -OBJ = util.o debug.o list.o gconfig.o radsecproxy.o +OBJ = util.o debug.o list.o gconfig.o dtls.o radsecproxy.o all: radsecproxy |