summaryrefslogtreecommitdiff
path: root/session-helper
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-07-10 14:29:18 +0200
committerAlexander Larsson <alexander.larsson@gmail.com>2018-07-10 19:26:16 +0200
commitaecc6285d6ddc9d49cc9e90b0210d22e6f472483 (patch)
tree942d3bc1804b3c6fbc47361c55c7a3712da49cbd /session-helper
parentc9a9b3a1ee7a63490adc00c51ff8e1c9777fa055 (diff)
downloadflatpak-aecc6285d6ddc9d49cc9e90b0210d22e6f472483.tar.gz
utils: Add flatpak_fail_error that takes an error code
This makes it easy to return FlatpakErrors
Diffstat (limited to 'session-helper')
-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 ed2d5341..7ea49bf0 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 = $(AM_LDADD) $(BASE_LIBS) libflatpak-common.la
-flatpak_session_helper_CFLAGS = $(AM_CFLAGS) $(BASE_CFLAGS) $(SOUP_CFLAGS) $(OSTREE_CFLAGS) $(GSYSTEM_CFLAGS) $(JSON_CFLAGS)
+flatpak_session_helper_CFLAGS = $(AM_CFLAGS) $(BASE_CFLAGS) $(SOUP_CFLAGS) $(OSTREE_CFLAGS) $(GSYSTEM_CFLAGS) $(JSON_CFLAGS) -DFLATPAK_COMPILATION