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 <[email protected]> > > > > Add rule to generate pkgconfig .pc file from configure. > > Install pkg-config file to $(libdir)/pkgconfig > > > > Signed-off-by: Rob Adams <[email protected]> > > --- > > 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 [email protected] > > Remko Tronçon [email protected] > > Rich Lane [email protected] > > Rishi Bamba [email protected] > > +Rob Adams [email protected] > > Rob Hoes [email protected] > > Romain Lenglet [email protected] > > Ryan Wilson [email protected] > > 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 <[email protected]>
Is that for the whole series, then? Thanks for reviewing! _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
