On Wed, Nov 12, 2014 at 02:47:24PM -0200, Flavio Leitner wrote:
> On Wed, Nov 12, 2014 at 03:06:04PM +0100, Thomas Graf wrote:
> > From: Rob Adams <read...@readams.net>
> > 
> > Add rule to generate pkgconfig .pc file from configure.
> > Install pkg-config file to $(libdir)/pkgconfig
> > 
> > Signed-off-by: Rob Adams <read...@readams.net>
> > ---
> >  AUTHORS                  |  1 +
> >  Makefile.am              |  2 ++
> >  configure.ac             |  1 +
> >  lib/.gitignore           |  1 +
> >  lib/automake.mk          |  3 +++
> >  lib/libopenvswitch.pc.in | 11 +++++++++++
> >  6 files changed, 19 insertions(+)
> >  create mode 100644 lib/libopenvswitch.pc.in
> > 
> > diff --git a/AUTHORS b/AUTHORS
> > index 2d30cb1..b5ac696 100644
> > --- a/AUTHORS
> > +++ b/AUTHORS
> > @@ -123,6 +123,7 @@ Reid Price              r...@nicira.com
> >  Remko Tronçon           g...@el-tramo.be
> >  Rich Lane               rl...@bigswitch.com
> >  Rishi Bamba             rishi.ba...@tcs.com
> > +Rob Adams               read...@readams.net
> >  Rob Hoes                rob.h...@citrix.com
> >  Romain Lenglet          romain.leng...@berabera.info
> >  Ryan Wilson             wr...@nicira.com
> > diff --git a/Makefile.am b/Makefile.am
> > index 8e6de5f..6d2a9f1 100644
> > --- a/Makefile.am
> > +++ b/Makefile.am
> > @@ -125,8 +125,10 @@ scripts_SCRIPTS =
> >  scripts_DATA =
> >  SUFFIXES =
> >  check_DATA =
> > +pkgconfig_DATA = 
> 
> git complains about an extra white space above.
> 
> That is the only problem I have found, so maybe Ben
> can fold in the change to avoid another post.
> 
> Otherwise,
> Acked-by: Flavio Leitner <f...@redhat.com>

Is that for the whole series, then?  Thanks for reviewing!
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to