From ec0c7fcd9bb734c3fd488b4b3ec3d469ba5e967f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 24 Feb 2010 14:23:58 +0000 Subject: [PATCH] build: Use the right headers when enumerating them The installed _HEADERS should be the public ones and the enumeration types; repeating clutter-x11-texture-pixmap.h breaks with automake 1.11 and doesn't strictly make any sense. http://bugzilla.openedhand.com/show_bug.cgi?id=2002 --- clutter/x11/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/x11/Makefile.am b/clutter/x11/Makefile.am index 679d13d5b..12a0c64bd 100644 --- a/clutter/x11/Makefile.am +++ b/clutter/x11/Makefile.am @@ -52,7 +52,7 @@ libclutter_x11_la_SOURCES = \ $(NULL) libclutter_x11_includedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter/x11 -libclutter_x11_include_HEADERS = $(source_h) clutter-x11-texture-pixmap.h +libclutter_x11_include_HEADERS = $(source_h) clutter-x11-enum-types.h clutter-x11-$(CLUTTER_API_VERSION).pc: clutter-x11.pc @cp -f $< $(@F)