diff options
Diffstat (limited to 'lib/examples/Makefile')
-rw-r--r-- | lib/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/examples/Makefile b/lib/examples/Makefile index 618afdb..2771542 100644 --- a/lib/examples/Makefile +++ b/lib/examples/Makefile @@ -1,6 +1,6 @@ CFLAGS = -Wall -g -I ../include -HFILES = ../include/radsec/libradsec.h ../include/radsec/libradsec-impl.h +HFILES = ../include/radsec/radsec.h ../include/radsec/radsec-impl.h all: client-blocking |