[Xcb-commit] 2 commits - xcb-util
Vincent Torri
doursse at kemper.freedesktop.org
Thu Apr 27 23:05:20 PDT 2006
xcb-util/image/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
New commits:
diff-tree c92eda0ed23a05981f416602023a0a1b497dac62 (from parents)
Merge: bc077112bc79575b327dae337dcab41e73ba9887 4fe0fa2a13541174b0328dcb7ca5ef63215be9b8
Author: TORRI Vincent <torri at doursse.(none)>
Date: Fri Apr 28 08:05:06 2006 +0200
Merge branch 'master' of git+ssh://doursse@git.freedesktop.org/git/xcb
diff-tree bc077112bc79575b327dae337dcab41e73ba9887 (from 7476c40bfc7d96535d9ae1c63d5efc47e9e160f7)
Author: TORRI Vincent <torri at doursse.(none)>
Date: Fri Apr 28 08:04:06 2006 +0200
missing flags
diff --git a/xcb-util/image/Makefile.am b/xcb-util/image/Makefile.am
index 6535ecd..5d148af 100644
--- a/xcb-util/image/Makefile.am
+++ b/xcb-util/image/Makefile.am
@@ -18,13 +18,13 @@ 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 = -I../convenient
-test_xcb_image_LDADD = -L../convenient -lXCBAux -lXCBImage
+test_xcb_image_CFLAGS = $(XCB_SHM_CFLAGS) -I../convenient
+test_xcb_image_LDADD = $(XCB_SHM_LIBS) -L../convenient -lXCBAux -lXCBImage
test_xcb_image_shm_SOURCES = test_xcb_image_shm.c
test_xcb_image_shm_CFLAGS = $(XCB_SHM_CFLAGS) -I../convenient
test_xcb_image_shm_LDADD = $(XCB_SHM_LIBS) -L../convenient -lXCBAux -lXCBImage
test_formats_SOURCES = test_formats.c
-test_formats_CFLAGS = -I../convenient
-test_formats_LDADD = -L../convenient -lXCBAux -lXCBImage
+test_formats_CFLAGS = $(XCB_SHM_CFLAGS) -I../convenient
+test_formats_LDADD = $(XCB_SHM_LIBS) -L../convenient -lXCBAux -lXCBImage
More information about the xcb-commit
mailing list