diff options
author | Armin K <krejzi@email.com> | 2013-03-13 18:28:58 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-12-18 11:23:53 -0800 |
commit | b0318b6de7a2f8c5d9e75b55211dcc0b12f811fc (patch) | |
tree | e149e5c4bbf71a741aa489e1676e9e03b4aa3ffc /glamor/Makefile.am | |
parent | fc179bb863778c03288bebaa258358ccbdb6aa0c (diff) |
Properly dist necesary headers
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'glamor/Makefile.am')
-rw-r--r-- | glamor/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glamor/Makefile.am b/glamor/Makefile.am index 2140b8147..0879287fe 100644 --- a/glamor/Makefile.am +++ b/glamor/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 \ |