diff options
author | Dave Airlie <airlied@redhat.com> | 2012-12-29 06:42:10 +0000 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-12-18 11:23:53 -0800 |
commit | 6b954880c25af353dd4679cfdad6664b107d4df6 (patch) | |
tree | 6aacb913f3859e48bace5b9e579f67319543a454 /glamor/Makefile.am | |
parent | efbdc9e90f36494b07508aeaba40c9eb01eab398 (diff) |
glamor: add compiler.h
This is also required for distchecking.
Signed-off-by: Dave Airlie <airlied@redhat.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 e1ee86d90..55721f645 100644 --- a/glamor/Makefile.am +++ b/glamor/Makefile.am @@ -21,6 +21,7 @@ libglamor_la_LDFLAGS = -avoid-version libglamor_la_SOURCES = \ compat-api.h \ + compiler.h \ glamor.c \ glamor_copyarea.c \ glamor_copywindow.c \ |