diff options
author | Dave Airlie <airlied@redhat.com> | 2012-12-29 06:28:17 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-12-29 06:31:19 +0000 |
commit | 4a0ac3ff00d70b13e8483d50657187c7abdfc110 (patch) | |
tree | 9b1c982a955b16827ac994359cf0640699ab6a5b | |
parent | f1457c1c59efdadbad25f01dce9433643d688844 (diff) |
glamor: fix make distcheck part 1
This just adds the headers, then it falls over on the sdk_HEADERS
as it overrides proper install paths by the looks of it.
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 766aac7..e1ee86d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,10 +20,13 @@ AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) $(DIX_CFLAGS) $(LIBDRM_CFLAGS) libglamor_la_LDFLAGS = -avoid-version libglamor_la_SOURCES = \ + compat-api.h \ glamor.c \ glamor_copyarea.c \ glamor_copywindow.c \ glamor_core.c \ + glamor_debug.h \ + glamor_gl_dispatch.h \ glamor_fill.c \ glamor_fillspans.c \ glamor_getspans.c \ @@ -42,6 +45,7 @@ libglamor_la_SOURCES = \ glamor_copyplane.c\ glamor_glyphblt.c\ glamor_polyops.c\ + glamor_priv.h\ glamor_pixmap.c\ glamor_largepixmap.c\ glamor_picture.c\ @@ -49,7 +53,9 @@ libglamor_la_SOURCES = \ glamor_gl_dispatch.c\ glamor_fbo.c\ glamor_compositerects.c\ - glamor.h + glamor_utils.h\ + glamor.h\ + glapi.h sdk_HEADERS = glamor.h |