[gnome-online-accounts/gnome-3-8] build: Add missing include path



commit d8c8e498a93013a7b4d07b46368078b6e3357b61
Author: Alban Browaeys <prahal yahoo com>
Date:   Mon Jan 21 09:55:26 2013 +0100

    build: Add missing include path
    
    Fixes: https://bugzilla.gnome.org/692177

 src/goabackend/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/goabackend/Makefile.am b/src/goabackend/Makefile.am
index 0f58480..e9b3e18 100644
--- a/src/goabackend/Makefile.am
+++ b/src/goabackend/Makefile.am
@@ -8,6 +8,7 @@ INCLUDES =                                                      \
        -I$(top_builddir)/src -I$(top_srcdir)/src               \
        -I$(top_builddir)/src/goa                               \
        -I$(top_srcdir)/src/goaidentity                         \
+       -I$(top_builddir)/src/goaidentity                       \
        -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\"               \
        -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\"               \
        -DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\"                  \


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