From 5f53ce3e2b9704f4f2a4be92c91f82c697c15b9d Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 29 Dec 2010 11:57:53 +0100 Subject: [PATCH] Make it build in a separate build directory. Signed-off-by: Thomas Schwinge --- contrib/notmuch-deliver/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/notmuch-deliver/src/Makefile.am b/contrib/notmuch-deliver/src/Makefile.am index 939dc856..fbb29ab2 100644 --- a/contrib/notmuch-deliver/src/Makefile.am +++ b/contrib/notmuch-deliver/src/Makefile.am @@ -1,4 +1,5 @@ DEFS+= -DGITHEAD=\"$(GITHEAD)\" +AM_CPPFLAGS= -I$(top_srcdir) AM_CFLAGS= @NOTMUCH_DELIVER_CFLAGS@ $(glib_CFLAGS) noinst_HEADERS=\ -- 2.43.0