summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2010-06-24 13:51:47 -0700
committerArnaud Fontaine <arnau@debian.org>2010-11-14 20:04:45 +0900
commit6b1784bf03c76be300bb67685ac73de87ef34652 (patch)
treeffd8abf7f725fb5f17c5fc048135d07f226eca4f
parent2d382ace389714e0b85cf83f1498dd6491666e1b (diff)
downloadutil-image-6b1784bf03c76be300bb67685ac73de87ef34652.tar.gz
test.xbm is part of the source code for test_bitmap.c.
This fixes distcheck. Reported-by: Chris Ball <cjb@laptop.org> Signed-off-by: Jamey Sharp <jamey@minilop.net>
-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)