aboutsummaryrefslogtreecommitdiffhomepage
path: root/compat/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'compat/Makefile.local')
-rw-r--r--compat/Makefile.local8
1 files changed, 8 insertions, 0 deletions
diff --git a/compat/Makefile.local b/compat/Makefile.local
new file mode 100644
index 00000000..ccc59aef
--- /dev/null
+++ b/compat/Makefile.local
@@ -0,0 +1,8 @@
+dir=compat
+extra_cflags += -I$(dir)
+
+notmuch_compat_srcs =
+
+ifneq ($(HAVE_GETLINE),1)
+notmuch_compat_srcs += $(dir)/getline.c $(dir)/getdelim.c
+endif