summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Massey <bart@cs.pdx.edu>2008-01-27 11:49:46 -0800
committerBart Massey <bart@cs.pdx.edu>2008-01-27 11:49:46 -0800
commit74a3b2b951f88cf46e580d3649acf6b5ce679ba3 (patch)
treee55fd4bc70713beb66f883a315c0d2110806d212
parent083680676faab209a830b8a352586962374fcc29 (diff)
stopped image test programs from being built by default
-rw-r--r--image/Makefile.am2
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)