diff options
Diffstat (limited to 'lib/examples/Makefile')
-rw-r--r-- | lib/examples/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/examples/Makefile b/lib/examples/Makefile index 692e9d6..4a0ab8f 100644 --- a/lib/examples/Makefile +++ b/lib/examples/Makefile @@ -1,4 +1,6 @@ -CFLAGS = -Wall -g -I ../include +SPECIAL = # -DUSE_REQUEST_OBJECT + +CFLAGS = -Wall -g -I ../include $(SPECIAL) HFILES = ../include/radsec/radsec.h ../include/radsec/radsec-impl.h |