summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-05-31 04:09:37 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-05-31 04:09:37 +0000
commit1cbaf8d9136c28a69779b6766e9adddcfc84b44f (patch)
tree6a7558a2f84476279350b3638ced6755bcd279ba /gmodule
parent96ea214603fa4c9fa7de0878a5d419238f7eaf1a (diff)
downloadglib-1cbaf8d9136c28a69779b6766e9adddcfc84b44f.tar.gz
Add gmodule-ar.c. (#85930, Tomas Ögren)
Mon May 31 00:07:12 2004 Matthias Clasen <maclas@gmx.de> * Makefile.am (EXTRA_DIST): Add gmodule-ar.c. (#85930, Tomas Ögren)
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 1a2371801..4af434c38 100644
--- a/gmodule/ChangeLog
+++ b/gmodule/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 31 00:09:10 2004 Matthias Clasen <maclas@gmx.de>
+
+ * Makefile.am (EXTRA_DIST): Add gmodule-ar.c. (#85930, Tomas Ögren)
+
Tue May 11 23:23:21 2004 Matthias Clasen <maclas@gmx.de>
* gmodule-ar.c (_g_module_open): Make it compile on AIX.
diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am
index 4cf4a906a..58fffda8c 100644
--- a/gmodule/Makefile.am
+++ b/gmodule/Makefile.am
@@ -13,6 +13,7 @@ EXTRA_DIST = \
gmodule-os2.c \
gmodule-win32.c \
gmodule-beos.c \
+ gmodule-ar.c \
gmoduleconf.h.win32 \
gmodule.rc.in