From f9c29d50671d37cde455faaa06f2006950277a9e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 28 May 2012 15:33:01 +0100 Subject: [PATCH] build: Move test-unit-names.h out of the dist Let it be generated at build time, as it should. https://bugzilla.gnome.org/show_bug.cgi?id=674365 --- tests/interactive/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index 2d7d37f..5773708 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -145,7 +145,8 @@ common_ldadd = $(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la noinst_PROGRAMS = test-interactive -test_interactive_SOURCES = test-main.c test-unit-names.h $(UNIT_TESTS) +test_interactive_SOURCES = test-main.c $(UNIT_TESTS) +nodist_test_interactive_SOURCES = test-unit-names.h test_interactive_CFLAGS = $(CLUTTER_CFLAGS) $(GDK_PIXBUF_CFLAGS) test_interactive_CPPFLAGS = \ -DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \ -- 2.7.4