diff options
author | Laurent Carlier <[email protected]> | 2012-06-24 09:51:27 +0200 |
---|---|---|
committer | Jon TURNEY <[email protected]> | 2012-07-13 12:43:39 +0100 |
commit | 284325d97b3049e59e64daf784e2b3858f0ffcf5 (patch) | |
tree | 1cda662cc612d8faef3d1b227485ab7d40090faa /src/mesa/drivers/osmesa/.gitignore | |
parent | 1a06e8454ec714e950bc88882cd985534a18bf1f (diff) |
automake: convert libOSmesa
This also currently fix the installation of libOSmesa.
v2: Remove old Makefile, libOSmesa is now versioned, fix typos
v3: Keep config substitution alphabetized
v4: Update .gitignore
v5: Libraries will be in the builddir, not the srcdir.
Reviewed-by: Jon TURNEY <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Tested-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/osmesa/.gitignore')
-rw-r--r-- | src/mesa/drivers/osmesa/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/osmesa/.gitignore b/src/mesa/drivers/osmesa/.gitignore new file mode 100644 index 00000000000..5fc607b9e2f --- /dev/null +++ b/src/mesa/drivers/osmesa/.gitignore @@ -0,0 +1 @@ +/Makefile |