summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-10-31 16:53:25 +0000
committerDan Winship <danw@src.gnome.org>2001-10-31 16:53:25 +0000
commit11153df02919fc082bf88d6cf12f89c91254a1ec (patch)
treee73afbd3ea0f9c4b21c42d5ecc2e41b54b3da092 /gmodule
parenteb1df47d71f2366bacfb5a75d037b58ab7df14c8 (diff)
Add gmodule-dyld.c
* Makefile.am (EXTRA_DIST): Add gmodule-dyld.c
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/ChangeLog4
-rw-r--r--gmodule/Makefile.am1
2 files changed, 5 insertions, 0 deletions
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 <danw@ximian.com>
+
+ * Makefile.am (EXTRA_DIST): Add gmodule-dyld.c
+
2001-10-23 Tor Lillqvist <tml@iki.fi>
* 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 \