diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-12-29 11:57:53 +0100 |
---|---|---|
committer | Ali Polatel <alip@exherbo.org> | 2011-11-05 01:12:35 +0200 |
commit | 5f53ce3e2b9704f4f2a4be92c91f82c697c15b9d (patch) | |
tree | 1db2d49ea84a275bb22094e42b7489a1408d5a58 | |
parent | 01478051aaa09edb790dc8de63aa811a6a0b209a (diff) |
Make it build in a separate build directory.
Signed-off-by: Thomas Schwinge <thomas@schwinge.name>
-rw-r--r-- | contrib/notmuch-deliver/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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=\ |