From 946c94b6a19d6c10f79eab6c721e5c7702b78758 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 10 Nov 2009 08:34:54 -0800 Subject: Makefile: Make the top-level Makefile a little more independent. Previously, the top-level Makefile was explicitly adding -I./lib to the compiler flags. However, that's something that's much better done from within the Makefile.local fragment within the lib directory itself. --- lib/Makefile.local | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Makefile.local') diff --git a/lib/Makefile.local b/lib/Makefile.local index 43882a3d..b8286c94 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -1,4 +1,5 @@ dir=lib +extra_cflags += -I$(dir) libnotmuch_c_srcs = \ $(dir)/libsha1.c \ -- cgit v1.2.3