From 86230eb9fa134c3df50634e9196477c82d20a403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Sat, 30 May 2009 23:58:03 +0300 Subject: [PATCH] build: don't double install clutter-version.h Automake 1.11 installs several files in one command, and it fails if the same file is installed two times. See NEWS for details: http://lists.gnu.org/archive/html/automake/2009-05/msg00093.html Signed-off-by: Emmanuele Bassi --- clutter/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/clutter/Makefile.am b/clutter/Makefile.am index e8c80b20b..b1107d6b3 100644 --- a/clutter/Makefile.am +++ b/clutter/Makefile.am @@ -236,7 +236,6 @@ clutter_HEADERS = \ $(source_h) \ $(top_builddir)/clutter/clutter-json.h \ $(top_builddir)/clutter/clutter-enum-types.h \ - $(top_builddir)/clutter/clutter-version.h \ $(top_srcdir)/clutter/clutter.h if HAVE_INTROSPECTION