diff options
author | Alexander Larsson <alla@lysator.liu.se> | 2002-03-04 05:21:25 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2002-03-04 05:21:25 +0000 |
commit | b47d34ff891648242172de935bb576d0c0ef1bba (patch) | |
tree | 03deaf8fb9513615f4c4d9de8e196af055039874 /libnautilus-adapter | |
parent | 5e3e277edd3385be3913ab2c02851d5a434dcfc3 (diff) | |
download | nautilus-b47d34ff891648242172de935bb576d0c0ef1bba.tar.gz |
Bump major soname version to 2. Should fix bug #73142.
2002-03-04 Alexander Larsson <alla@lysator.liu.se>
* libnautilus-adapter/Makefile.am:
* libnautilus-private/Makefile.am:
* libnautilus/Makefile.am:
Bump major soname version to 2. Should fix bug #73142.
Diffstat (limited to 'libnautilus-adapter')
-rw-r--r-- | libnautilus-adapter/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnautilus-adapter/Makefile.am b/libnautilus-adapter/Makefile.am index fe836e8ff..29234fb96 100644 --- a/libnautilus-adapter/Makefile.am +++ b/libnautilus-adapter/Makefile.am @@ -9,6 +9,7 @@ INCLUDES=\ $(NULL) libnautilus_adapter_la_LDFLAGS= \ + -version-info 2:0:0 \ $(NULL) nautilus_adapter_factory_idl_sources = \ |