From f98c800fba076197c56df7a990a30a98a115b9e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 4 May 2009 18:54:27 -0400 Subject: [PATCH] Mention utils.h in test/Makefile.am so that make dist will pick it up Pointed out by Julien Cristau. --- test/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 3889c56..39e3222 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -29,16 +29,16 @@ noinst_PROGRAMS = $(TESTPROGRAMS) INCLUDES += $(GTK_CFLAGS) gradient_test_LDADD = $(GTK_LDADD) -gradient_test_SOURCES = gradient-test.c utils.c +gradient_test_SOURCES = gradient-test.c utils.c utils.h composite_test_LDADD = $(GTK_LDADD) -composite_test_SOURCES = composite-test.c utils.c +composite_test_SOURCES = composite-test.c utils.c utils.h clip_test_LDADD = $(GTK_LDADD) -clip_test_SOURCES = clip-test.c utils.c +clip_test_SOURCES = clip-test.c utils.c utils.h trap_test_LDADD = $(GTK_LDADD) -trap_test_SOURCES = trap-test.c utils.c +trap_test_SOURCES = trap-test.c utils.c utils.h endif -- 2.7.4