Re: [Mesa-dev] [PATCH 6/6] libgallium: Convert to automake
On 13/07/2012 18:33, Tom Stellard wrote: > +SUBDIRS += pipebuffer This looks like an addition. I'm not sure why, as the sources in pipebuffer/ are already listed in C_SOURCES? > + > +indices/u_indices_gen.c: indices/u_indices_gen.py > + $(PYTHON2) $< > $@ You might want to consider using $(
[Mesa-dev] [PATCH 6/6] libgallium: Convert to automake
--- configure.ac |2 + src/gallium/auxiliary/.gitignore |1 + src/gallium/auxiliary/Makefile| 42 - src/gallium/auxiliary/Makefile.am | 47 + 4 files changed, 50 insertions(+), 42 deletions(-)