Matt Turner <matts...@gmail.com> writes: > A step toward working make dist/distcheck. > --- > Makefile.am | 28 +++++++++++++++++++++++++++- > configure.ac | 36 +++++++----------------------------- > 2 files changed, 34 insertions(+), 30 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index 0ce9455..78ecfab 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -19,7 +19,33 @@ > # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER > DEALINGS > # IN THE SOFTWARE. > > -SUBDIRS = src > +SUBDIRS = src/gtest src/mapi/glapi/gen > + > +if HAVE_SHARED_GLAPI > +SUBDIRS += src/mapi/shared-glapi > +endif
Is there a reason these aren't all added to src/Makefile.am instead? I like where this is going, though...
pgpTDz9jUM0Bp.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev