[Xcb-commit] image

Jamey Sharp jamey at kemper.freedesktop.org
Thu Jun 24 13:52:57 PDT 2010


 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
 test_bitmap_CPPFLAGS = $(XCB_CFLAGS) $(XCB_SHM_CFLAGS) $(XCB_AUX_CFLAGS)
 test_bitmap_LDADD = $(XCB_LIBS) $(XCB_AUX_LIBS) $(XCB_IMAGE_LIBS)


More information about the xcb-commit mailing list