[Xcb-commit] xcb-util

Vincent Torri doursse at kemper.freedesktop.org
Thu Apr 27 23:30:04 PDT 2006


 xcb-util/image/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree 7a0fa477de99b5e2104598dc056deeae9a9df583 (from 0cbe20132f356d5f42fc643fe398e56f5218c54f)
Author: TORRI Vincent <torri at doursse.(none)>
Date:   Fri Apr 28 08:29:36 2006 +0200

    my bad. bad fix. This should be better

diff --git a/xcb-util/image/Makefile.am b/xcb-util/image/Makefile.am
index 5d148af..c7912ed 100644
--- a/xcb-util/image/Makefile.am
+++ b/xcb-util/image/Makefile.am
@@ -18,8 +18,8 @@ EXTRA_DIST=xcb-image.pc.in
 noinst_PROGRAMS = test_xcb_image test_xcb_image_shm test_formats
 
 test_xcb_image_SOURCES = test_xcb_image.c
-test_xcb_image_CFLAGS = $(XCB_SHM_CFLAGS) -I../convenient
-test_xcb_image_LDADD =  $(XCB_SHM_LIBS) -L../convenient -lXCBAux -lXCBImage
+test_xcb_image_CFLAGS = $(XCB_CFLAGS) -I../convenient
+test_xcb_image_LDADD =  -L../convenient -lXCBAux -lXCBImage
 
 test_xcb_image_shm_SOURCES = test_xcb_image_shm.c
 test_xcb_image_shm_CFLAGS = $(XCB_SHM_CFLAGS) -I../convenient


More information about the xcb-commit mailing list