From: Dan Winship Date: Wed, 31 Oct 2001 16:53:25 +0000 (+0000) Subject: Add gmodule-dyld.c X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=11153df02919fc082bf88d6cf12f89c91254a1ec;p=dana%2Fcg-glib.git Add gmodule-dyld.c * Makefile.am (EXTRA_DIST): Add gmodule-dyld.c --- diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index a8e5d59d..8d94e662 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2001-10-30 Dan Winship + + * Makefile.am (EXTRA_DIST): Add gmodule-dyld.c + 2001-10-23 Tor Lillqvist * Makefile.am: (Win32): If we have built the MSVC import library, diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am index 2f977287..b66256a8 100644 --- a/gmodule/Makefile.am +++ b/gmodule/Makefile.am @@ -10,6 +10,7 @@ EXTRA_DIST = \ gmodule.def \ gmodule-dl.c \ gmodule-dld.c \ + gmodule-dyld.c \ gmodule-os2.c \ gmodule-win32.c \ gmodule-beos.c \