diff options
author | Jon TURNEY <[email protected]> | 2012-07-12 22:41:06 +0100 |
---|---|---|
committer | Jon TURNEY <[email protected]> | 2012-07-25 12:40:10 +0100 |
commit | bd4a3cce968566b639d21a6463ffdbbac83e4274 (patch) | |
tree | 06587b182c1ef6ea0e64f598d23e0f579ba8e737 /src/mesa/drivers/x11 | |
parent | 9f84d645a422a024b01ebcfc654c2909cdca91b5 (diff) |
Update mesa/drivers/x11/Makefile.am for xm_image.h removal
Commit 6c6803f28de0d4cb6937fcd95a47aa81da31fd78 removed xm_image.[ch], and removed
xm_image.c, but not xm_image.h from the Makefile, this was subsequently carried over
into Makefile.am
Remove xm_image.h from Makfile.am. This allows 'make dist' to succeed, even if it
doesn't do anything useful
Signed-off-by: Jon TURNEY <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11')
-rw-r--r-- | src/mesa/drivers/x11/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am index 0c6b5ae18fb..263c44199f1 100644 --- a/src/mesa/drivers/x11/Makefile.am +++ b/src/mesa/drivers/x11/Makefile.am @@ -41,7 +41,6 @@ lib@GL_LIB@_la_SOURCES = \ glxheader.h \ xfonts.h \ xmesaP.h \ - xm_image.h \ fakeglx.c \ glxapi.c \ xfonts.c \ |