WIP.
[radsecproxy.git] / lib / Makefile
index bc35e88..8c6d5b4 100644 (file)
@@ -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 $@ $^