summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--image/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/Makefile.am b/image/Makefile.am
index db255df..2382b2f 100644
--- a/image/Makefile.am
+++ b/image/Makefile.am
@@ -39,6 +39,6 @@ test_formats_SOURCES = test_formats.c
test_formats_CPPFLAGS = $(XCB_CFLAGS) $(XCB_SHM_CFLAGS) $(XCB_AUX_CFLAGS)
test_formats_LDADD = $(XCB_LIBS) $(XCB_AUX_LIBS) $(XCB_IMAGE_LIBS)
-test_bitmap_SOURCES = test_bitmap.c
+test_bitmap_SOURCES = test_bitmap.c test.xbm
test_bitmap_CPPFLAGS = $(XCB_CFLAGS) $(XCB_SHM_CFLAGS) $(XCB_AUX_CFLAGS)
test_bitmap_LDADD = $(XCB_LIBS) $(XCB_AUX_LIBS) $(XCB_IMAGE_LIBS)