diff options
author | Armin K <krejzi@email.com> | 2013-03-13 18:28:58 +0100 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@linux.intel.com> | 2013-03-18 16:34:24 +0800 |
commit | c7241f097ddb4d3bfb832f6b4ee6fafe8b4d2cfe (patch) | |
tree | 7125480a3fd908a7bca2d9bc17000f6acc914ca6 | |
parent | 3cd34ba9f0708ab7d816eeee80139257fafcb4ad (diff) |
Properly dist necesary headers
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2140b81..0879287 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,6 +31,7 @@ libglamor_la_SOURCES = \ glamor_fill.c \ glamor_fillspans.c \ glamor_getspans.c \ + glamor_glext.h \ glamor_glyphs.c \ glamor_polyfillrect.c \ glamor_polylines.c \ |