From 11153df02919fc082bf88d6cf12f89c91254a1ec Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 31 Oct 2001 16:53:25 +0000 Subject: [PATCH] Add gmodule-dyld.c * Makefile.am (EXTRA_DIST): Add gmodule-dyld.c --- gmodule/ChangeLog | 4 ++++ gmodule/Makefile.am | 1 + 2 files changed, 5 insertions(+) diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index a8e5d59db..8d94e662a 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 2f977287a..b66256a84 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 \