mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
fix library versioning (it was 0.0.0).
2008-04-22 Michael Natterer <mitch@imendio.com> * Makefile.am: fix library versioning (it was 0.0.0). svn path=/trunk/; revision=6870
This commit is contained in:
parent
8c7921c0bb
commit
13567ad757
@ -1,3 +1,7 @@
|
||||
2008-04-22 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* Makefile.am: fix library versioning (it was 0.0.0).
|
||||
|
||||
2008-04-21 Lin Ma <Lin.Ma@Sun.COM>
|
||||
|
||||
* fen/fen-data.c, fen/fen-helper.c, fen/fen-missing.c, fen/fen-node.c:
|
||||
|
@ -250,7 +250,10 @@ install-data-local: install-ms-lib install-def-file
|
||||
|
||||
uninstall-local: uninstall-ms-lib uninstall-def-file
|
||||
|
||||
libgio_2_0_la_LDFLAGS= -export-dynamic $(no_undefined) $(export_symbols)
|
||||
libgio_2_0_la_LDFLAGS = \
|
||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||||
-export-dynamic $(no_undefined) $(export_symbols)
|
||||
|
||||
libgio_2_0_la_DEPENDENCIES = $(gio_def)
|
||||
|
||||
gio_headers = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user