After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 790249 - INCLUDES is deprecated in Makefile.am - use target_CPPFLAGS instead
INCLUDES is deprecated in Makefile.am - use target_CPPFLAGS instead
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: Nautilus
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2017-11-12 13:39 UTC by Clement Hermann (nodens)
Modified: 2017-11-13 18:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replace INCLUDES with target_CPPFLAGS in Makefile.am files (1.30 KB, patch)
2017-11-12 13:39 UTC, Clement Hermann (nodens)
none Details | Review

Description Clement Hermann (nodens) 2017-11-12 13:39:26 UTC
Created attachment 363442 [details] [review]
Replace INCLUDES with target_CPPFLAGS in Makefile.am files

Hi,

while giving some love to seahorse-nautilus in Debian (it was removed from testing, and it would affect Tails), we fixed some building issues.

The Makefile.am file uses INCLUDES, which is deprecated in more recent versions of automake (such as the one included in Debian Buster).

Please find a patch attached.

Cheers,

--
Debian Privacy Tools maintainers
Comment 1 Niels De Graef 2017-11-13 18:18:12 UTC
Hey Clement,

Thanks for the patch!
Landed on the seahorse-nautilus master branch as commit 61dabf9.

Cheers,
Niels