Revert "libnm-util: bump soname for certificate changes"

This reverts commit 5b90df0737.

Since commit 71219015ea adds all the
0.7.x certificate and key functions back, we can revert the soname
change and preserve API/ABI.
This commit is contained in:
Dan Williams 2009-09-25 16:01:23 -07:00
parent 71219015ea
commit 0190ac21a4

View file

@ -59,7 +59,7 @@ libnm_util_la_SOURCES= \
libnm_util_la_LIBADD = $(GLIB_LIBS) $(DBUS_LIBS) $(UUID_LIBS)
libnm_util_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libnm-util.ver \
-version-info "2:0:0"
-version-info "1:0:0"
if WITH_GNUTLS
libnm_util_la_SOURCES += crypto_gnutls.c