summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorCDT 1998 Shawn T. Amundson <amundson@gtk.org>1998-08-17 04:27:37 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-08-17 04:27:37 +0000
commitb03e280bd1dcd55a05546ebb678bbfbfa9fbda03 (patch)
tree7e8a552b6ea108b017180b72af606f0cf19e2437 /gmodule
parente746ca4f15d137b83dcb8397d185b7fc0a3fb4bc (diff)
Released GLib 1.1.3GLIB_1_1_3
Sun Aug 16 23:23:46 CDT 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.3 * gmodule/Makefile.am: added gmodule-dl.c and gmodule-dld.c to EXTRA_DIST * glib.spec: version = 1.1.3
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am
index ea4e7553f..fe44d90a3 100644
--- a/gmodule/Makefile.am
+++ b/gmodule/Makefile.am
@@ -4,7 +4,9 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gmodule
DEFS += -DG_LOG_DOMAIN=g_log_domain_gmodule
EXTRA_DIST = \
- gmoduleconf.h.in
+ gmoduleconf.h.in \
+ gmodule-dl.c \
+ gmodule-dld.c
BUILT_SOURCES = gmoduleconf.h
gmoduleconf.h: gmoduleconf.h.in