diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-12-22 20:46:46 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-12-22 20:46:46 +0100 |
commit | 516477a5d20d28ac2c945f5d717a39de954260bb (patch) | |
tree | 75a9ab630ce3b5fcee4160c0554e67fa6b6f7a87 /configure.ac | |
parent | eb5265f5cc6984f4a671ddbd440f415bf9d67209 (diff) | |
download | libmnl-516477a5d20d28ac2c945f5d717a39de954260bb.tar.gz libmnl-516477a5d20d28ac2c945f5d717a39de954260bb.zip |
headers: add local copy of linux/netlink.h to libmnl
Davem suggested to add a copy of linux/netlink.h to avoid compilation
problems in all cases scenarios.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8e68b72..eb1eeb3 100644 --- a/configure.ac +++ b/configure.ac @@ -22,5 +22,5 @@ regular_CFLAGS="-D_FILE_OFFSET_BITS=64 \ -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \ -Wformat=2 -pipe" AC_SUBST([regular_CFLAGS]) -AC_CONFIG_FILES([Makefile src/Makefile include/Makefile include/libmnl/Makefile examples/Makefile examples/genl/Makefile examples/netfilter/Makefile examples/rtnl/Makefile libmnl.pc doxygen.cfg]) +AC_CONFIG_FILES([Makefile src/Makefile include/Makefile include/libmnl/Makefile include/linux/Makefile examples/Makefile examples/genl/Makefile examples/netfilter/Makefile examples/rtnl/Makefile libmnl.pc doxygen.cfg]) AC_OUTPUT |