diff options
author | Bart Massey <bart@cs.pdx.edu> | 2008-01-27 11:49:46 -0800 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2010-11-14 20:03:27 +0900 |
commit | b7c1351bf0a8c1f663669cd677807bbfca4615dc (patch) | |
tree | 77217a4b1dcea7094f9002309a8f28864895619c | |
parent | b6f9da03985859360a8ac30c4184e7b84f479f79 (diff) |
stopped image test programs from being built by default
-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 1774417..a039c2b 100644 --- a/image/Makefile.am +++ b/image/Makefile.am @@ -16,7 +16,7 @@ pkgconfig_DATA = xcb-image.pc EXTRA_DIST=xcb-image.pc.in -noinst_PROGRAMS = test_xcb_image test_xcb_image_shm test_formats test_bitmap +EXTRA_PROGRAMS = test_xcb_image test_xcb_image_shm test_formats test_bitmap test_xcb_image_SOURCES = test_xcb_image.c test_xcb_image_CPPFLAGS = $(XCB_CFLAGS) $(XCB_SHM_CFLAGS) $(XCB_AUX_CFLAGS) |