From 5e5e23e79dbc4cf581a09149885fef178bc07725 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sat, 6 Apr 2013 09:52:33 +0200 Subject: The uapi include split in the package itself Signed-off-by: Jozsef Kadlecsik --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 60d0754..0806623 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,10 +53,10 @@ else endif update_includes: - ./update ip_set.h - ./update ip_set_bitmap.h - ./update ip_set_hash.h - ./update ip_set_list.h + for x in ip_set.h ip_set_bitmap.h ip_set_hash.h ip_set_list.h; do \ + cp kernel/include/uapi/linux/netfilter/ipset/$$x \ + include/libipset/linux_$$x; \ + done update_utils: wget -O /tmp/ipset-bash-completion.tar.gz http://sourceforge.net/projects/ipset-bashcompl/files/latest/download -- cgit v1.2.3