aboutsummaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorGravatar Aaron Ecay <aaronecay@gmail.com>2010-04-11 19:44:52 -0400
committerGravatar Carl Worth <cworth@cworth.org>2010-04-14 10:46:36 -0700
commitc10085c77b407d9ea704f8b4f9e0a805f63e72cb (patch)
treef85057a74d2a22531f17ae0148cf991f4a2b13ff /compat
parent16f0e7dcf4dc42f9637fdc82f887761b246b98c9 (diff)
Fix up Makefile for build.
Must set extra_c(xx)flags before including subdir Makefile.local's, so that there is a blank slate that the subdirs can add on to. Must include subdir Makefile.local's before global one, otherwise the compat sources are not added to the list of those to be compiled. Signed-off-by: Aaron Ecay <aaronecay@gmail.com>
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/Makefile.local b/compat/Makefile.local
index 81e6c707..50f6cd19 100644
--- a/compat/Makefile.local
+++ b/compat/Makefile.local
@@ -3,7 +3,7 @@
dir := compat
extra_cflags += -I$(dir)
-notmuch_compat_srcs =
+notmuch_compat_srcs :=
ifneq ($(HAVE_GETLINE),1)
notmuch_compat_srcs += $(dir)/getline.c $(dir)/getdelim.c