From 630282ac77070d43022c912061d15200aeb4ecea Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 23 Feb 2012 17:01:40 +0000 Subject: [PATCH] build: Fix the header order The "keep the list sorted" comment on the list of headers is there not for fun, or because I'm anal-retentive like that. --- clutter/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/Makefile.am b/clutter/Makefile.am index 07f7b76d0..5bbb3598a 100644 --- a/clutter/Makefile.am +++ b/clutter/Makefile.am @@ -66,6 +66,7 @@ source_h = \ $(srcdir)/clutter-cairo-texture.h \ $(srcdir)/clutter-child-meta.h \ $(srcdir)/clutter-click-action.h \ + $(srcdir)/clutter-cogl-compat.h \ $(srcdir)/clutter-clone.h \ $(srcdir)/clutter-color-static.h \ $(srcdir)/clutter-color.h \ @@ -118,7 +119,6 @@ source_h = \ $(srcdir)/clutter-types.h \ $(srcdir)/clutter-units.h \ $(srcdir)/clutter-util.h \ - $(srcdir)/clutter-cogl-compat.h \ $(NULL) source_c = \