diff --git a/gio/ChangeLog b/gio/ChangeLog index 7c66a5381..194943750 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-05-25 Ross Burton + + * Makefile.am: + Fix circular dependency loop for gioenumtypes.h (#534759). + 2008-05-19 Hans Breuer * Makefile.am : EXTRA_DIST += makefile.msc diff --git a/gio/Makefile.am b/gio/Makefile.am index fc3d3a464..08e065900 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -281,7 +281,6 @@ gio_headers = \ gicon.h \ ginputstream.h \ gio.h \ - gioenumtypes.h \ gioerror.h \ giomodule.h \ gioscheduler.h \