Released GLib 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
This commit is contained in:
CDT 1998 Shawn T. Amundson
1998-08-17 04:27:37 +00:00
committed by Shawn Amundson
parent e746ca4f15
commit b03e280bd1
10 changed files with 68 additions and 2 deletions

View File

@@ -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