mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
5f53ce3e2b
Signed-off-by: Thomas Schwinge <thomas@schwinge.name>
19 lines
404 B
Makefile
19 lines
404 B
Makefile
DEFS+= -DGITHEAD=\"$(GITHEAD)\"
|
|
AM_CPPFLAGS= -I$(top_srcdir)
|
|
AM_CFLAGS= @NOTMUCH_DELIVER_CFLAGS@ $(glib_CFLAGS)
|
|
|
|
noinst_HEADERS=\
|
|
maildircreate.h \
|
|
maildirmisc.h
|
|
|
|
bin_PROGRAMS=\
|
|
notmuch-deliver
|
|
|
|
notmuch_deliver_SOURCES=\
|
|
maildircreate.c \
|
|
maildiropen.c \
|
|
maildirmkdir.c \
|
|
main.c
|
|
notmuch_deliver_LDADD=\
|
|
$(top_builddir)/numlib/libnumlib.la \
|
|
$(glib_LIBS)
|