summaryrefslogtreecommitdiff
path: root/session-helper/Makefile.am.inc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-11-29 10:14:33 +0100
committerAlexander Larsson <alexl@redhat.com>2016-11-29 10:14:33 +0100
commitb744cd249332fbcccd82a62fa49e32e7427af642 (patch)
tree3021d57831d4e4a3904ec59b054d185d04ab6cfa /session-helper/Makefile.am.inc
parent3833cc938ed82413d919aa70c9e63e8feced95ea (diff)
downloadflatpak-b744cd249332fbcccd82a62fa49e32e7427af642.tar.gz
Add backport of g_autoptr support for json-glib
Diffstat (limited to 'session-helper/Makefile.am.inc')
-rw-r--r--session-helper/Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/session-helper/Makefile.am.inc b/session-helper/Makefile.am.inc
index 412a20b8..4a51f150 100644
--- a/session-helper/Makefile.am.inc
+++ b/session-helper/Makefile.am.inc
@@ -13,4 +13,4 @@ flatpak_session_helper_SOURCES = \
$(NULL)
flatpak_session_helper_LDADD = $(BASE_LIBS) libflatpak-common.la
-flatpak_session_helper_CFLAGS = $(BASE_CFLAGS) $(SOUP_CFLAGS) $(OSTREE_CFLAGS) $(GSYSTEM_CFLAGS)
+flatpak_session_helper_CFLAGS = $(BASE_CFLAGS) $(SOUP_CFLAGS) $(OSTREE_CFLAGS) $(GSYSTEM_CFLAGS) $(JSON_CFLAGS)