diff options
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 |