From f9c43cd640202fc3c63a3ccd671e3cc5c560f1b3 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Tue, 29 Apr 2008 22:02:10 +0000 Subject: [PATCH] 2008-04-29 Matthew Allum * clutter/glx/Makefile.am: * clutter/x11/Makefile.am: Revert header install locations (Mistake in previous commit, fixes #898) --- ChangeLog | 7 +++++++ clutter/glx/Makefile.am | 2 +- clutter/x11/Makefile.am | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec7354670..3d2ec5c0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-04-29 Matthew Allum + + * clutter/glx/Makefile.am: + * clutter/x11/Makefile.am: + Revert header install locations (Mistake in previous commit, + fixes #898) + 2008-04-29 Neil Roberts * clutter/clutter-actor.c (clutter_actor_move_anchor_point): The diff --git a/clutter/glx/Makefile.am b/clutter/glx/Makefile.am index 7bdefd070..280a07506 100644 --- a/clutter/glx/Makefile.am +++ b/clutter/glx/Makefile.am @@ -1,4 +1,4 @@ -libclutter_glx_includedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter/glx +libclutter_glx_includedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter libclutter_glx_include_HEADERS = clutter-glx.h clutter-glx-texture-pixmap.h INCLUDES = \ diff --git a/clutter/x11/Makefile.am b/clutter/x11/Makefile.am index 193971a51..f032e0556 100644 --- a/clutter/x11/Makefile.am +++ b/clutter/x11/Makefile.am @@ -1,4 +1,4 @@ -libclutter_x11_includedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter/x11 +libclutter_x11_includedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter libclutter_x11_include_HEADERS = clutter-x11.h \ clutter-x11-texture-pixmap.h