summaryrefslogtreecommitdiff
path: root/system-helper
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2021-01-14 12:12:16 +0100
committerAlexander Larsson <alexander.larsson@gmail.com>2021-01-14 12:43:46 +0100
commitdad9a9c20d75158256c1cefea99e0dfacb776809 (patch)
treed13fa7107bc7c0866d191567bb9b0be77b73a879 /system-helper
parent50ee8293ccdbfc9e97f1b39d1312dc50e3275d4b (diff)
downloadflatpak-dad9a9c20d75158256c1cefea99e0dfacb776809.tar.gz
Pass AM_CFLAGS to system-helper build (for warnings)
Diffstat (limited to 'system-helper')
-rw-r--r--system-helper/Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-helper/Makefile.am.inc b/system-helper/Makefile.am.inc
index 4e179bf5..c0355aac 100644
--- a/system-helper/Makefile.am.inc
+++ b/system-helper/Makefile.am.inc
@@ -19,7 +19,7 @@ flatpak_system_helper_SOURCES = \
$(NULL)
flatpak_system_helper_LDADD = $(BASE_LIBS) $(OSTREE_LIBS) $(JSON_LIBS) $(POLKIT_LIBS) libflatpak-common.la libflatpak-common-base.la libglnx.la
-flatpak_system_helper_CFLAGS = $(BASE_CFLAGS) $(OSTREE_CFLAGS) $(APPSTREAM_GLIB_CFLAGS) $(SOUP_CFLAGS) $(JSON_CFLAGS) $(POLKIT_CFLAGS) -DFLATPAK_COMPILATION -DLIBEXECDIR=\"$(libexecdir)\"
+flatpak_system_helper_CFLAGS = $(AM_CFLAGS) $(BASE_CFLAGS) $(OSTREE_CFLAGS) $(APPSTREAM_GLIB_CFLAGS) $(SOUP_CFLAGS) $(JSON_CFLAGS) $(POLKIT_CFLAGS) -DFLATPAK_COMPILATION -DLIBEXECDIR=\"$(libexecdir)\"
system-helper/org.freedesktop.Flatpak.rules: system-helper/org.freedesktop.Flatpak.rules.in
$(AM_V_GEN) $(SED) -e "s|\@privileged_group\@|$(PRIVILEGED_GROUP)|" $< > $@