Update openstack refs to opendev
[apex.git] / build / patches / fix_quagga_make_dist.patch
1 From c31749157aabca758ef731ad4d15ddf4cc2efe66 Mon Sep 17 00:00:00 2001
2 From: Romanos Skiadas <rski@intracom-telecom.com>
3 Date: Mon, 6 Feb 2017 15:28:44 +0200
4 Subject: [PATCH] lib: Include missing ccapnproto header in Makefile
5
6 Without this make dist doesn't include the header and the resulting
7 archive doesn't build.
8
9 Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
10 ---
11  lib/Makefile.am | 1 +
12  1 file changed, 1 insertion(+)
13
14 diff --git a/lib/Makefile.am b/lib/Makefile.am
15 index c286833..c7682ed 100644
16 --- a/lib/Makefile.am
17 +++ b/lib/Makefile.am
18 @@ -43,6 +43,7 @@ endif
19  if HAVE_CCAPNPROTO
20  libzebra_la_SOURCES += qzc.capnp.c
21  BUILT_SOURCES += qzc.capnp.c
22 +pkginclude_HEADERS += qzc.capnp.h
23  endif
24  
25  EXTRA_DIST = \
26 -- 
27 1.8.3.1
28