diff options
author | Simon McVittie <smcv@collabora.com> | 2018-07-01 16:54:50 +0100 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-07-02 08:17:08 +0000 |
commit | 1f99b365930e6b170720d53e661f476e06d7653a (patch) | |
tree | 8fac0ffc0f6bf47121d5198ca14578e521be3a31 | |
parent | 63162411e665477ca310b6fbada95d31b027085a (diff) | |
download | flatpak-1f99b365930e6b170720d53e661f476e06d7653a.tar.gz |
build: Include built files from app/
This fixes an out-of-tree build.
Signed-off-by: Simon McVittie <smcv@collabora.com>
Closes: #1848
Approved by: alexlarsson
-rw-r--r-- | app/Makefile.am.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Makefile.am.inc b/app/Makefile.am.inc index ed67fcfc..e20b900e 100644 --- a/app/Makefile.am.inc +++ b/app/Makefile.am.inc @@ -83,4 +83,5 @@ flatpak_LDADD = $(AM_LDADD) $(BASE_LIBS) $(OSTREE_LIBS) $(SOUP_LIBS) $(JSON_LIBS flatpak_CFLAGS = $(AM_CFLAGS) $(BASE_CFLAGS) $(OSTREE_CFLAGS) $(SOUP_CFLAGS) $(JSON_CFLAGS) $(APPSTREAM_GLIB_CFLAGS) \ -DFLATPAK_COMPILATION \ -I$(srcdir)/app \ + -I$(builddir)/app \ -DLOCALEDIR=\"$(localedir)\" |