summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-09-29 15:01:12 -0400
committerAlexander Larsson <alexl@redhat.com>2015-09-29 23:26:06 +0200
commitb337fc7621f9f935bcbbc397c8c628d49c0cafd7 (patch)
tree639c97dc40cc52b467bca15d118da98a3962a885
parent82071b2cb844efc59b249d4ed75faceafe797882 (diff)
downloadxdg-app-b337fc7621f9f935bcbbc397c8c628d49c0cafd7.tar.gz
build: Fix srcdir != builddir from git
Was hitting this in gnome-continuous, which does srcdir != builddir by default.
-rw-r--r--document-portal/Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/document-portal/Makefile.am.inc b/document-portal/Makefile.am.inc
index dd261e9..13ef3bf 100644
--- a/document-portal/Makefile.am.inc
+++ b/document-portal/Makefile.am.inc
@@ -42,4 +42,4 @@ xdg_document_portal_SOURCES = \
$(NULL)
xdg_document_portal_LDADD = $(BASE_LIBS) $(FUSE_LIBS) libxdgapp.la
-xdg_document_portal_CFLAGS = $(BASE_CFLAGS) $(OSTREE_CFLAGS) $(SOUP_CFLAGS) $(FUSE_CFLAGS) -I$(src)/document-portal
+xdg_document_portal_CFLAGS = $(BASE_CFLAGS) $(OSTREE_CFLAGS) $(SOUP_CFLAGS) $(FUSE_CFLAGS) -I$(srcdir)/document-portal -I$(builddir)/document-portal