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.
This commit is contained in:
parent
a4a35b443f
commit
630282ac77
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user