[gnome-online-accounts] build: Fix include paths



commit 86b4006dc7bee898d47232dbd42f601b89664f55
Author: Alban Browaeys <prahal yahoo com>
Date:   Mon Jan 21 09:54:42 2013 +0100

    build: Fix include paths
    
    Fixes: https://bugzilla.gnome.org/692176

 src/daemon/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 97ad29d..72dde8a 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -3,8 +3,8 @@ NULL =
 INCLUDES =                                                     \
        -I$(top_builddir)/src -I$(top_srcdir)/src               \
        -I$(top_builddir)/src/goa                               \
-       -I$(top_builddir)/goaidentity                           \
-       -I$(top_srcdir)/goaidentity                             \
+       -I$(top_builddir)/src/goaidentity                       \
+       -I$(top_srcdir)/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]