build: Rename gobjectenumtypes.[ch] to glib-enumtypes.[ch]

To reflect the fact that they contain the GObject types for various
enums defined in libglib.

See https://gitlab.gnome.org/GNOME/glib/merge_requests/481#note_451086.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: GNOME/gobject-introspection#267
This commit is contained in:
Philip Withnall
2019-03-04 11:12:59 +00:00
parent f90e1f317e
commit c3ac761a18
6 changed files with 26 additions and 18 deletions

View File

@@ -34,7 +34,7 @@
#include <gobject/gvalue.h>
#include <gobject/gvaluearray.h>
#include <gobject/gvaluetypes.h>
#include <gobject/gobjectenumtypes.h>
#include <gobject/glib-enumtypes.h>
#include <gobject/gobject-autocleanups.h>