From 6fd042c5e1c780facc94a77d4f924921ee6b09a1 Mon Sep 17 00:00:00 2001 From: venaas Date: Thu, 15 Feb 2007 12:26:26 +0000 Subject: fixed clientwr bug when receiving new request while not waiting for one git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@58 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ebca44f..6a72e8e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ CFLAGS = -g -Wall -pedantic -pthread LDFLAGS = -lssl -OBJ = util.o +OBJ = util.o radsecproxy.o all: radsecproxy -radsecproxy: $(OBJ) - $(CC) $(CFLAGS) $(OBJ) $(LDFLAGS) -o radsecproxy radsecproxy.c +radsecproxy: $(OBJ) radsecproxy.o + $(CC) $(CFLAGS) $(OBJ) $(LDFLAGS) -o radsecproxy clean: rm -f $(OBJ) radsecproxy -- cgit v1.2.3