From: Ben Pfaff Date: Thu, 19 Aug 2010 20:11:05 +0000 (-0700) Subject: debian: Fix "make dist" by adding corekeeper.override to EXTRA_DIST. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3becd6c845c7d507623506795a809888f7091479;p=openvswitch debian: Fix "make dist" by adding corekeeper.override to EXTRA_DIST. Reported-by: Teemu Koponen --- diff --git a/AUTHORS b/AUTHORS index cff5d2fb..d0e8b530 100644 --- a/AUTHORS +++ b/AUTHORS @@ -48,6 +48,7 @@ Sean Brady sbrady@gtfservices.com Srini Seetharaman seethara@stanford.edu Stephen Hemminger shemminger@vyatta.com Takayuki HAMA t-hama@cb.jp.nec.com +Teemu Koponen koponen@nicira.com kk yap yapkke@stanford.edu Thanks to all Open vSwitch contributors. If you are not listed above diff --git a/debian/automake.mk b/debian/automake.mk index 7c656c8a..f8f91df6 100644 --- a/debian/automake.mk +++ b/debian/automake.mk @@ -6,6 +6,7 @@ EXTRA_DIST += \ debian/copyright \ debian/corekeeper.cron.daily \ debian/corekeeper.init \ + debian/corekeeper.override \ debian/dirs \ debian/openvswitch-common.dirs \ debian/openvswitch-common.install \