From 0190ac21a48144c32ecd69e1cd96cbb962355026 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 25 Sep 2009 16:01:23 -0700 Subject: [PATCH] Revert "libnm-util: bump soname for certificate changes" This reverts commit 5b90df073707d88c4f97b70b71290f5a282bff66. Since commit 71219015ea3a52ecb8cd0519247a964e4cbf515a adds all the 0.7.x certificate and key functions back, we can revert the soname change and preserve API/ABI. --- libnm-util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-util/Makefile.am b/libnm-util/Makefile.am index f49a44101f..cbf6de36cb 100644 --- a/libnm-util/Makefile.am +++ b/libnm-util/Makefile.am @@ -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