From cc7c9e8d558897da27bd4659127b8f0946755733 Mon Sep 17 00:00:00 2001 From: venaas Date: Thu, 3 May 2007 13:34:50 +0000 Subject: using debug functions in main() git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@67 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a72e8e..8fbec05 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ CFLAGS = -g -Wall -pedantic -pthread LDFLAGS = -lssl -OBJ = util.o radsecproxy.o +OBJ = util.o debug.o radsecproxy.o all: radsecproxy -radsecproxy: $(OBJ) radsecproxy.o +radsecproxy: $(OBJ) $(CC) $(CFLAGS) $(OBJ) $(LDFLAGS) -o radsecproxy clean: rm -f $(OBJ) radsecproxy -- cgit v1.2.3