projects
/
notmuch
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
50f6cd191468b10d6e7c730ee433e6807719f627
[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