[clutter] build: Move test-unit-names.h out of the dist



commit f9c29d50671d37cde455faaa06f2006950277a9e
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Mon May 28 15:33:01 2012 +0100

    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 files changed, 2 insertions(+), 1 deletions(-)
---
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"\" \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]