From e981fbcf3909fbaba462c7b578f29fa67b3bc74b Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 28 Sep 2010 22:27:04 +0200 Subject: WIP. --- lib/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index bc35e88..8c6d5b4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,12 @@ CFLAGS = -Wall -g -DDEBUG -OFILES = radsec.o err.o packet.o attr.o -all: libradsec.a +OFILES = attr.o \ + debug.o \ + err.o \ + packet.o \ + radsec.o -base.o: base.c libradsec-base.h libradsec.h ../tlv11.h +all: libradsec.a libradsec.a: $(OFILES) ar rc $@ $^ -- cgit v1.1