mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
2.5.3
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-09-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.5.3 ===
|
||||
|
||||
Thu Sep 16 18:42:46 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* abicheck.sh: don't hardcode lengths for cut, instead split on
|
||||
|
@@ -132,7 +132,10 @@ gobject_extra_sources = \
|
||||
gobject_target_headers = $(gobject_public_h_sources)
|
||||
gobject_target_sources = $(gobject_c_sources)
|
||||
EXTRA_HEADERS =
|
||||
EXTRA_DIST = $(gobject_private_h_sources) $(gobject_extra_sources)
|
||||
EXTRA_DIST = \
|
||||
$(gobject_private_h_sources) \
|
||||
$(gobject_extra_sources) \
|
||||
makegobjectalias.pl
|
||||
|
||||
#
|
||||
# rules to generate built sources
|
||||
@@ -218,7 +221,9 @@ BUILT_EXTRA_DIST = \
|
||||
gobject.rc \
|
||||
gmarshal.h \
|
||||
gmarshal.c \
|
||||
stamp-gmarshal.h
|
||||
stamp-gmarshal.h \
|
||||
gobjectalias.h
|
||||
|
||||
|
||||
if OS_WIN32
|
||||
$(G_OBJECT_WIN32_RESOURCE): gobject.rc
|
||||
|
Reference in New Issue
Block a user