diff options
author | Thomas Haller <thaller@redhat.com> | 2014-12-09 16:47:51 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-12-09 16:57:17 (GMT) |
commit | b56f88c9b3c22466fabeb1d751666bc4f79d347c (patch) | |
tree | 4960eec3a8018b312b1004de984a292a1f3d5a52 | |
parent | 3a8d6cfd5616df2122e116c12dc865b16ee97d5e (diff) | |
download | libnl-b56f88c9b3c22466fabeb1d751666bc4f79d347c.zip libnl-b56f88c9b3c22466fabeb1d751666bc4f79d347c.tar.gz libnl-b56f88c9b3c22466fabeb1d751666bc4f79d347c.tar.bz2 |
build: mark header linux-private/linux/veth.h as noinst_HEADERS
Fixes: 9dc6e6da90016a33929f262bea0187396e1a061b
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index a56b227..6592995 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -151,6 +151,7 @@ noinst_HEADERS = \ linux-private/linux/pkt_sched.h \ linux-private/linux/rtnetlink.h \ linux-private/linux/snmp.h \ + linux-private/linux/veth.h \ linux-private/linux/xfrm.h \ linux-private/linux/tc_ematch/tc_em_meta.h \ netlink-private/genl.h \ |