mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Fix
Wed Jun 28 22:52:00 2000 Owen Taylor <otaylor@redhat.com> * Makefile.am (libglib_la_SOURCES): Fix
This commit is contained in:
parent
19ea0710a8
commit
ada7427637
@ -1,3 +1,8 @@
|
||||
Wed Jun 28 22:52:00 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (libglib_la_SOURCES): Fix
|
||||
gunichartable.h => gunichartables.h. (From Eric Limings)
|
||||
|
||||
Fri Jun 23 17:20:26 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: define gstring in terms of gchar*. this typedef reflects
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 28 22:52:00 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (libglib_la_SOURCES): Fix
|
||||
gunichartable.h => gunichartables.h. (From Eric Limings)
|
||||
|
||||
Fri Jun 23 17:20:26 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: define gstring in terms of gchar*. this typedef reflects
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 28 22:52:00 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (libglib_la_SOURCES): Fix
|
||||
gunichartable.h => gunichartables.h. (From Eric Limings)
|
||||
|
||||
Fri Jun 23 17:20:26 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: define gstring in terms of gchar*. this typedef reflects
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 28 22:52:00 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (libglib_la_SOURCES): Fix
|
||||
gunichartable.h => gunichartables.h. (From Eric Limings)
|
||||
|
||||
Fri Jun 23 17:20:26 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: define gstring in terms of gchar*. this typedef reflects
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 28 22:52:00 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (libglib_la_SOURCES): Fix
|
||||
gunichartable.h => gunichartables.h. (From Eric Limings)
|
||||
|
||||
Fri Jun 23 17:20:26 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: define gstring in terms of gchar*. this typedef reflects
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 28 22:52:00 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (libglib_la_SOURCES): Fix
|
||||
gunichartable.h => gunichartables.h. (From Eric Limings)
|
||||
|
||||
Fri Jun 23 17:20:26 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: define gstring in terms of gchar*. this typedef reflects
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 28 22:52:00 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (libglib_la_SOURCES): Fix
|
||||
gunichartable.h => gunichartables.h. (From Eric Limings)
|
||||
|
||||
Fri Jun 23 17:20:26 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: define gstring in terms of gchar*. this typedef reflects
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 28 22:52:00 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Makefile.am (libglib_la_SOURCES): Fix
|
||||
gunichartable.h => gunichartables.h. (From Eric Limings)
|
||||
|
||||
Fri Jun 23 17:20:26 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: define gstring in terms of gchar*. this typedef reflects
|
||||
|
68
Makefile.am
68
Makefile.am
@ -33,40 +33,40 @@ EXTRA_DIST = \
|
||||
|
||||
lib_LTLIBRARIES = libglib.la
|
||||
|
||||
libglib_la_SOURCES = \
|
||||
garray.c \
|
||||
gasyncqueue.c \
|
||||
gcache.c \
|
||||
gcompletion.c \
|
||||
gdataset.c \
|
||||
gdate.c \
|
||||
gerror.c \
|
||||
ghash.c \
|
||||
ghook.c \
|
||||
giochannel.c \
|
||||
giounix.c \
|
||||
glist.c \
|
||||
gmain.c \
|
||||
gmem.c \
|
||||
gmessages.c \
|
||||
gnode.c \
|
||||
gprimes.c \
|
||||
gqueue.c \
|
||||
grel.c \
|
||||
grand.c \
|
||||
gscanner.c \
|
||||
gslist.c \
|
||||
gstrfuncs.c \
|
||||
gstring.c \
|
||||
gthread.c \
|
||||
gthreadpool.c \
|
||||
gtimer.c \
|
||||
gtree.c \
|
||||
guniprop.c \
|
||||
gutf8.c \
|
||||
gunichartable.h \
|
||||
gunidecomp.h \
|
||||
gunidecomp.c \
|
||||
libglib_la_SOURCES = \
|
||||
garray.c \
|
||||
gasyncqueue.c \
|
||||
gcache.c \
|
||||
gcompletion.c \
|
||||
gdataset.c \
|
||||
gdate.c \
|
||||
gerror.c \
|
||||
ghash.c \
|
||||
ghook.c \
|
||||
giochannel.c \
|
||||
giounix.c \
|
||||
glist.c \
|
||||
gmain.c \
|
||||
gmem.c \
|
||||
gmessages.c \
|
||||
gnode.c \
|
||||
gprimes.c \
|
||||
gqueue.c \
|
||||
grel.c \
|
||||
grand.c \
|
||||
gscanner.c \
|
||||
gslist.c \
|
||||
gstrfuncs.c \
|
||||
gstring.c \
|
||||
gthread.c \
|
||||
gthreadpool.c \
|
||||
gtimer.c \
|
||||
gtree.c \
|
||||
guniprop.c \
|
||||
gutf8.c \
|
||||
gunichartables.h \
|
||||
gunidecomp.h \
|
||||
gunidecomp.c \
|
||||
gutils.c
|
||||
|
||||
include_HEADERS = glib.h glib-object.h gunicode.h
|
||||
|
@ -33,40 +33,40 @@ EXTRA_DIST = \
|
||||
|
||||
lib_LTLIBRARIES = libglib.la
|
||||
|
||||
libglib_la_SOURCES = \
|
||||
garray.c \
|
||||
gasyncqueue.c \
|
||||
gcache.c \
|
||||
gcompletion.c \
|
||||
gdataset.c \
|
||||
gdate.c \
|
||||
gerror.c \
|
||||
ghash.c \
|
||||
ghook.c \
|
||||
giochannel.c \
|
||||
giounix.c \
|
||||
glist.c \
|
||||
gmain.c \
|
||||
gmem.c \
|
||||
gmessages.c \
|
||||
gnode.c \
|
||||
gprimes.c \
|
||||
gqueue.c \
|
||||
grel.c \
|
||||
grand.c \
|
||||
gscanner.c \
|
||||
gslist.c \
|
||||
gstrfuncs.c \
|
||||
gstring.c \
|
||||
gthread.c \
|
||||
gthreadpool.c \
|
||||
gtimer.c \
|
||||
gtree.c \
|
||||
guniprop.c \
|
||||
gutf8.c \
|
||||
gunichartable.h \
|
||||
gunidecomp.h \
|
||||
gunidecomp.c \
|
||||
libglib_la_SOURCES = \
|
||||
garray.c \
|
||||
gasyncqueue.c \
|
||||
gcache.c \
|
||||
gcompletion.c \
|
||||
gdataset.c \
|
||||
gdate.c \
|
||||
gerror.c \
|
||||
ghash.c \
|
||||
ghook.c \
|
||||
giochannel.c \
|
||||
giounix.c \
|
||||
glist.c \
|
||||
gmain.c \
|
||||
gmem.c \
|
||||
gmessages.c \
|
||||
gnode.c \
|
||||
gprimes.c \
|
||||
gqueue.c \
|
||||
grel.c \
|
||||
grand.c \
|
||||
gscanner.c \
|
||||
gslist.c \
|
||||
gstrfuncs.c \
|
||||
gstring.c \
|
||||
gthread.c \
|
||||
gthreadpool.c \
|
||||
gtimer.c \
|
||||
gtree.c \
|
||||
guniprop.c \
|
||||
gutf8.c \
|
||||
gunichartables.h \
|
||||
gunidecomp.h \
|
||||
gunidecomp.c \
|
||||
gutils.c
|
||||
|
||||
include_HEADERS = glib.h glib-object.h gunicode.h
|
||||
|
Loading…
Reference in New Issue
Block a user