On 08/03/11 21:55, Martin Hosken wrote: > Dear Behdad, > > The enclosed patch fixes this not building > > ./autogensh > make distclean > mkdir build > cd build > ../configure > make
Thanks. Fixed (with a bunch of other out-of-tree-build issues). behdad > diff --git a/test/Makefile.am b/test/Makefile.am > index b1a9b87..adf1ec8 100644 > --- a/test/Makefile.am > +++ b/test/Makefile.am > @@ -7,7 +7,7 @@ DISTCLEANFILES = > MAINTAINERCLEANFILES = > > if HAVE_GLIB > -AM_CPPFLAGS = -DSRCDIR="\"$(srcdir)\"" -I$(top_srcdir)/src/ $(GLIB_CFLAGS) > $(GT > +AM_CPPFLAGS = -DSRCDIR="\"$(srcdir)\"" -I$(top_builddir)/src/ > -I$(top_srcdir)/s > LDADD = $(top_builddir)/src/libharfbuzz.la $(GLIB_LIBS) $(GTHREAD_LIBS) > > EXTRA_DIST += hb-test.h > > Yours, > Martin > _______________________________________________ > HarfBuzz mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/harfbuzz > _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
