diff options
author | Jamey Sharp <jamey@minilop.net> | 2010-06-24 11:02:13 -0700 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2010-11-14 20:04:45 +0900 |
commit | 2d382ace389714e0b85cf83f1498dd6491666e1b (patch) | |
tree | 9fd9e430dd69d72e7a06847c7aaa50b9b1a2bff6 | |
parent | d849564d47fcef7f3d3308e6836b6395ace2da2c (diff) |
Ensure that xcb-image sample apps get built.
Otherwise nobody will notice if they bitrot.
Signed-off-by: Jamey Sharp <jamey@minilop.net>
-rw-r--r-- | image/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/image/Makefile.am b/image/Makefile.am index a18b228..db255df 100644 --- a/image/Makefile.am +++ b/image/Makefile.am @@ -16,7 +16,7 @@ pkgconfig_DATA = xcb-image.pc EXTRA_DIST=xcb-image.pc.in -EXTRA_PROGRAMS = test_xcb_image test_xcb_image_shm test_formats test_bitmap +noinst_PROGRAMS = test_xcb_image test_xcb_image_shm test_formats test_bitmap check_PROGRAMS = test_swap |