[libvirt] [PATCH 1/2] Fix AM_LDFLAGS typo

Guido Günther agx at sigxcpu.org
Mon Sep 2 17:09:53 UTC 2013


On Mon, Sep 02, 2013 at 12:37:45PM +0100, Daniel P. Berrange wrote:
> On Sun, Sep 01, 2013 at 11:30:46AM +0200, Guido Günther wrote:
> > ---
> > This should probably go into 1.1.2
> > 
> >  src/Makefile.am | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/src/Makefile.am b/src/Makefile.am
> > index 636bcbc..19dfb81 100644
> > --- a/src/Makefile.am
> > +++ b/src/Makefile.am
> > @@ -1455,7 +1455,7 @@ libvirt_driver_nwfilter_la_CFLAGS = \
> >  		-I$(top_srcdir)/src/access \
> >  		-I$(top_srcdir)/src/conf \
> >  		$(AM_CFLAGS)
> > -libvirt_driver_nwfilter_la_LDFLAGS = $(LD_AMFLAGS)
> > +libvirt_driver_nwfilter_la_LDFLAGS = $(AM_LDFLAGS)
> >  libvirt_driver_nwfilter_la_LIBADD = $(LIBPCAP_LIBS) $(LIBNL_LIBS) $(DBUS_LIBS)
> >  if WITH_DRIVER_MODULES
> >  libvirt_driver_nwfilter_la_LIBADD += ../gnulib/lib/libgnu.la
> 
> ACK

Both pushed. Thanks!
 -- Guido




More information about the libvir-list mailing list