diff options
author | Bart Massey <bart@cs.pdx.edu> | 2008-01-27 11:49:46 -0800 |
---|---|---|
committer | Bart Massey <bart@cs.pdx.edu> | 2008-01-27 11:49:46 -0800 |
commit | 74a3b2b951f88cf46e580d3649acf6b5ce679ba3 (patch) | |
tree | e55fd4bc70713beb66f883a315c0d2110806d212 | |
parent | 083680676faab209a830b8a352586962374fcc29 (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) |