[Mesa-dev] [PATCH 1/6] glx: Convert to automake.
Jon TURNEY
jon.turney at dronecode.org.uk
Fri Feb 10 10:15:17 PST 2012
On 09/02/2012 02:09, Eric Anholt wrote:
> configure.ac | 4 ++
> src/glx/.gitignore | 5 ++
> src/glx/Makefile | 119 -------------------------------------------------
> src/glx/Makefile.am | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++
> src/mesa/Makefile | 2 -
> 5 files changed, 131 insertions(+), 121 deletions(-)
> create mode 100644 src/glx/.gitignore
> delete mode 100644 src/glx/Makefile
> create mode 100644 src/glx/Makefile.am
This looks correct to me.
> +
> +GL_LDFLAGS = \
> + -version-number 1:2
Please use the flag -no-undefined here as well
More information about the mesa-dev
mailing list