build: Move test-unit-names.h out of the dist
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 28 May 2012 14:33:01 +0000 (15:33 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 28 May 2012 14:36:48 +0000 (15:36 +0100)
Let it be generated at build time, as it should.

https://bugzilla.gnome.org/show_bug.cgi?id=674365

tests/interactive/Makefile.am

index 2d7d37f..5773708 100644 (file)
@@ -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"\" \