On 12/17/2010 07:32 AM, Alan Coopersmith wrote: > https://bugs.freedesktop.org/show_bug.cgi?id=32436 > Fix typo introduced in 2416255f7e3fd9190a9 that breaks builds when > configured --enable-install-libxf86config > > Signed-off-by: Alan Coopersmith <[email protected]> Tested-by: Simon Thum <[email protected]>
Cheers, Simon > --- > hw/xfree86/parser/Makefile.am | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am > index a5adc01..fb5d49e 100644 > --- a/hw/xfree86/parser/Makefile.am > +++ b/hw/xfree86/parser/Makefile.am > @@ -31,7 +31,7 @@ libxf86config_internal_la_SOURCES = \ > $(INTERNAL_SOURCES) > > libxf86config_a_SOURCES = \ > - $(TOP_SRCDIR)/os/xprintf.c \ > + $(top_srcdir)/os/xprintf.c \ > $(INTERNAL_SOURCES) > libxf86config_a_CFLAGS = $(AM_CFLAGS) > _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
