[gmime] build: Do srcdir != builddir from git



commit 716e4816719183fec21300c61342003529018080
Author: Colin Walters <walters verbum org>
Date:   Mon Jan 13 19:26:01 2014 -0500

    build: Do srcdir != builddir from git
    
    This is so gnome-continuous works.

 gmime/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gmime/Makefile.am b/gmime/Makefile.am
index 28a6e66..7825bbc 100644
--- a/gmime/Makefile.am
+++ b/gmime/Makefile.am
@@ -6,7 +6,9 @@ gmimeincludedir = $(includedir)/gmime-$(GMIME_API_VERSION)/gmime
 
 INCLUDES =                             \
        -I$(top_srcdir)                 \
+       -I$(top_builddir)               \
        -I$(top_srcdir)/util            \
+       -I$(top_builddir)/util          \
        -DG_LOG_DOMAIN=\"gmime\"        \
        $(GMIME_CFLAGS)                 \
        $(GLIB_CFLAGS)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]