GNOME Bugzilla – Bug 790249
INCLUDES is deprecated in Makefile.am - use target_CPPFLAGS instead
Last modified: 2017-11-13 18:18:12 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
Hey Clement, Thanks for the patch! Landed on the seahorse-nautilus master branch as commit 61dabf9. Cheers, Niels