diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-03 23:27:46 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-10-03 23:27:46 +0200 |
commit | dcfb8bca7400c5db4fafbed7aa9395e5f3277d9b (patch) | |
tree | b27ba2c7de397236b85e5a02a6277fe786fc17ff /lib/examples/Makefile | |
parent | 4d99bb55ec1368b42daccb29f0440bc166297a17 (diff) |
WIP
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 4a0ab8f..4802c4b 100644 --- a/lib/examples/Makefile +++ b/lib/examples/Makefile @@ -1,4 +1,6 @@ -SPECIAL = # -DUSE_REQUEST_OBJECT +SPECIAL = +#SPECIAL += -DUSE_REQUEST_OBJECT +#SPECIAL += -DUSE_CONFIG_FILE CFLAGS = -Wall -g -I ../include $(SPECIAL) |