]> git.proxmox.com Git - mirror_lxc.git/commit
Makefile: correctly add ifaddrs to noinst_HEADERS
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 26 Aug 2018 15:24:27 +0000 (17:24 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 28 Aug 2018 18:22:24 +0000 (20:22 +0200)
commit9978b4d34208a0a4fab5c5f49bc0aa1da78df8fd
treeb36bdf782afa5ea2b13b4dc40bb66eb98a223e58
parentba2b6354b267324937e6f8d13d666fd0a4a80ec7
Makefile: correctly add ifaddrs to noinst_HEADERS

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>
src/lxc/Makefile.am