diff --git a/ChangeLog b/ChangeLog index 05d85d819..b51b7fbaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ for cdecl callback delegates on win32. * glade/makefile.win32 : use gapi-cdecl-insert * glade/XML.custom : add [GLib.CDeclCallback] to RawXMLConnectFunc. + * glib/Makefile.am : add new file. * glib/makefile.win32 : use gapi-cdecl-insert * glib/CDeclCallbackAttribute.cs : new attr to tag delegates with that will be invoked from native code. We have to mangle the il diff --git a/glib/Makefile.am b/glib/Makefile.am index 53de58fbd..9ffa89eb3 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -12,6 +12,7 @@ references = sources = \ Argv.cs \ Boxed.cs \ + CDeclCallbackAttribute.cs \ ClassInitializerAttribute.cs \ ConnectBeforeAttribute.cs \ DefaultSignalHandlerAttribute.cs \