diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-02 21:31:50 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-10-02 21:31:50 +0200 |
commit | be4b786700ad03de5226951c043fefb345c0df4c (patch) | |
tree | e048b100e34ddcfebadabb459f9af7c55d01b3ce /lib/Makefile | |
parent | 7ec20f4101e5a1ef0b5f2537f25a4f8d74ad1104 (diff) |
WIP
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 1b26f04..3575305 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Wall -g -DDEBUG +CFLAGS = -Wall -g -I include -DDEBUG OFILES = attr.o \ debug.o \ @@ -11,7 +11,7 @@ all: libradsec.a libradsec.a: $(OFILES) ar rc $@ $^ -$(OFILES): libradsec.h libradsec-impl.h +$(OFILES): include/radsec/libradsec.h include/radsec/libradsec-impl.h doc: doxygen |