]> git.notmuchmail.org Git - notmuch/blob - compat/Makefile.local
Merge bugfix for test-suite correctness.
[notmuch] / compat / Makefile.local
1 # -*- makefile -*-
2
3 dir := compat
4 extra_cflags += -I$(dir)
5
6 notmuch_compat_srcs :=
7
8 ifneq ($(HAVE_GETLINE),1)
9 notmuch_compat_srcs += $(dir)/getline.c $(dir)/getdelim.c
10 endif
11
12 ifneq ($(HAVE_STRCASESTR),1)
13 notmuch_compat_srcs += $(dir)/strcasestr.c
14 endif