aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-10 08:34:54 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-10 08:34:54 -0800
commit946c94b6a19d6c10f79eab6c721e5c7702b78758 (patch)
tree52c1aad696cc65caa9b51764fcdf0b32c4be812b /lib/Makefile.local
parent1a6208bfbd2eeba3da5e570c33506515b115c42e (diff)
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.
Diffstat (limited to 'lib/Makefile.local')
-rw-r--r--lib/Makefile.local1
1 files changed, 1 insertions, 0 deletions
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 \