From: Ross Burton Date: Sun, 25 May 2008 15:49:27 +0000 (+0000) Subject: Fix circular dependency loop for gioenumtypes.h (#534759). X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=75a558f900420bf939abe646ca273d98019ef801;p=dana%2Fcg-glib.git Fix circular dependency loop for gioenumtypes.h (#534759). 2008-05-25 Ross Burton * Makefile.am: Fix circular dependency loop for gioenumtypes.h (#534759). svn path=/trunk/; revision=6927 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 7c66a538..19494375 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 fc3d3a46..08e06590 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 \