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



commit cb4c885822f98f00cf89a15fc75caf459d992ac4
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 e7736bb..37dd9e4 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]