After the recent reverts, we now need to use the proper config.h in
examples/ and tests/ too.
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
CFLAGS ?= -g -O2
-override CFLAGS += -Wall -D_GNU_SOURCE -I ../src -L ../src -I../ccan
+override CFLAGS += -Wall -D_GNU_SOURCE -I .. -I ../src -L ../src -I../ccan --include "config.h"
include ../Makefile.quiet
CFLAGS ?= -g -O2
-override CFLAGS += -Wall -D_GNU_SOURCE -L../src/ -I../src/ -I../ccan
+override CFLAGS += -Wall -D_GNU_SOURCE -L../src/ -I .. -I../src/ -I../ccan --include "config.h"
include ../Makefile.quiet