-
Makefile: correctly add ifaddrs to noinst_HEADERS · e7c89517Christian Brauner authored
Before this we only added ifaddrs.h to noinst_HEADERS when we were running on Android's bionic. That obviously doesn't make sense since it is possible that ifaddrs.h is not defined and we're also not running on Android's bionic. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
×