From: Isaku Yamahata Date: Thu, 21 Jun 2012 02:25:48 +0000 (+0900) Subject: build: automake complains IntegrationGuide is missing X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98f61d42eb78c49ad423fb9de5dc323a4e0c1b59;p=openvswitch build: automake complains IntegrationGuide is missing Change set of 502c471406b32e5afcdea62fa8307f9856d05437 added IntegrationGuide, but it wasn't added to EXTRA_DIST. So automake complains. This patch adds the file to EXTRA_DIST. > make[3]: Leaving directory `/openvswitch/build/datapath' > The distribution is missing the following files: > IntegrationGuide > make[2]: *** [dist-hook-git] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[2]: Leaving directory `/openvswitch/build' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/openvswitch/build' > make: *** [all] Error 2 Signed-off-by: Isaku Yamahata Signed-off-by: Ben Pfaff --- diff --git a/AUTHORS b/AUTHORS index 7bd8ae22..c03b5967 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,6 +30,7 @@ Glen Gibb grg@stanford.edu Gurucharan Shetty gshetty@nicira.com Hao Zheng hzheng@nicira.com Ian Campbell Ian.Campbell@citrix.com +Isaku Yamahata yamahata@valinux.co.jp Jean Tourrilhes jt@hpl.hp.com Jeremy Stribling strib@nicira.com Jesse Gross jesse@nicira.com diff --git a/Makefile.am b/Makefile.am index 14604e88..115162de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,7 @@ EXTRA_DIST = \ INSTALL.XenServer \ INSTALL.bridge \ INSTALL.userspace \ + IntegrationGuide \ NOTICE \ PORTING \ README-gcov \