From 7c7a772824df8042c0fec863b4b7a7ed901929df Mon Sep 17 00:00:00 2001 From: gb Date: Mon, 29 Mar 2010 14:40:26 +0000 Subject: [PATCH] Fix make dist. --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 2055ef1026..8b3f9bd137 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -50,5 +50,7 @@ test_textures_SOURCES = test-textures.c image.c test_textures_CFLAGS = $(TEST_CFLAGS) $(TEST_GLX_CFLAGS) test_textures_LDADD = $(TEST_LIBS) $(TEST_GLX_LIBS) +EXTRA_DIST = image.h + # Extra clean files so that maintainer-clean removes *everything* MAINTAINERCLEANFILES = Makefile.in