[Xcb] [Xcb-commit] image

Vincent Torri vtorri at univ-evry.fr
Thu Jun 24 14:10:26 PDT 2010



On Thu, 24 Jun 2010, Jamey Sharp wrote:

> image/Makefile.am |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> New commits:
> commit 3b979557a99dab0361cca419ca53024063af65c3
> Author: Jamey Sharp <jamey at minilop.net>
> Date:   Thu Jun 24 13:51:47 2010 -0700
>
>    test.xbm is part of the source code for test_bitmap.c.
>
>    This fixes distcheck.
>
>    Reported-by: Chris Ball <cjb at laptop.org>
>    Signed-off-by: Jamey Sharp <jamey at minilop.net>
>
> diff --git a/image/Makefile.am b/image/Makefile.am
> index db255df..2382b2f 100644
> --- a/image/Makefile.am
> +++ b/image/Makefile.am
> @@ -39,6 +39,6 @@ test_formats_SOURCES = test_formats.c
> test_formats_CPPFLAGS = $(XCB_CFLAGS) $(XCB_SHM_CFLAGS) $(XCB_AUX_CFLAGS)
> test_formats_LDADD = $(XCB_LIBS) $(XCB_AUX_LIBS) $(XCB_IMAGE_LIBS)
>
> -test_bitmap_SOURCES = test_bitmap.c
> +test_bitmap_SOURCES = test_bitmap.c test.xbm

i'm not sure that it should be compiled. I would put it in EXTRA_DIST

Vincent

> test_bitmap_CPPFLAGS = $(XCB_CFLAGS) $(XCB_SHM_CFLAGS) $(XCB_AUX_CFLAGS)
> test_bitmap_LDADD = $(XCB_LIBS) $(XCB_AUX_LIBS) $(XCB_IMAGE_LIBS)
> _______________________________________________
> xcb-commit mailing list
> xcb-commit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb-commit
>
>


More information about the Xcb mailing list