projects
/
notmuch
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'debian' into rebuild
[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