From 7acb975416b1f419be98f68c30cdd50b79e491c8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 24 Mar 2009 14:34:45 +0000 Subject: Add src directory to include path. Sync makefiles external with the current revision. svn path=/trunk/hubbub/; revision=6840 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 53f1381..0e279f4 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,8 @@ LIBEXT := .a WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \ -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs -Werror -pedantic -CFLAGS := $(CFLAGS) -std=c99 -D_BSD_SOURCE -I$(CURDIR)/include/ $(WARNFLAGS) +CFLAGS := $(CFLAGS) -std=c99 -D_BSD_SOURCE -I$(CURDIR)/include/ \ + -I$(CURDIR)/src $(WARNFLAGS) include build/makefiles/Makefile.top -- cgit v1.2.3