[Mesa-dev] [PATCH 01/10] build: Get rid of CORE_DIRS
Eric Anholt
eric at anholt.net
Mon Feb 25 14:21:48 PST 2013
Matt Turner <mattst88 at 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...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130225/a5a336fe/attachment.pgp>
More information about the mesa-dev
mailing list