flatpak-builder/session-helper
Philip Withnall f47a696392 build: Add AM_* variables to all per-target special variables
For example, add $(AM_CFLAGS) to mumble_CFLAGS. Since $(WARN_CFLAGS) is
only added to $(AM_CFLAGS), this fixes the lack of inclusion of the
compiler warning flags in the compilation of half of flatpak.

Note that $(AM_*) variables are only used by automake if a more specific
(per-target) special variable is not defined instead. So if you define
mumble_CFLAGS, AM_CFLAGS will not be used for that target unless
explicitly included in mumble_CFLAGS.

See
https://www.gnu.org/software/automake/manual/html_node/Flag-Variables-Ordering.html.

Do the same for $(AM_LIBADD), $(AM_LDFLAGS), etc. These are not
currently defined, but it’s good practice to include them in
mumble_LIBADD (etc.) just in case they’re defined in future. Hopefully
their inclusions will be cargo-culted to any new targets which are
added, retaining full coverage of the code base.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2017-07-06 15:05:58 +01:00
..
Makefile.am.inc build: Add AM_* variables to all per-target special variables 2017-07-06 15:05:58 +01:00
flatpak-session-helper.c Add version property to all dbus interfaces 2017-05-19 14:38:22 +02:00
flatpak-session-helper.service.in Rename everything but the on-disk location to flatpak 2016-05-09 11:11:55 +02:00
org.freedesktop.Flatpak.service.in Rename everything but the on-disk location to flatpak 2016-05-09 11:11:55 +02:00