diff options
-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) |