From 5dcaadb3c0a1f596d3f32d2290d3ed3be3d0ed88 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 31 Oct 2024 16:15:42 -0500 Subject: Debump autoconf file Signed-off-by: Matt Strapp --- GNUmakefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile.am') diff --git a/GNUmakefile.am b/GNUmakefile.am index 4f51989..67f8910 100644 --- a/GNUmakefile.am +++ b/GNUmakefile.am @@ -1,5 +1,5 @@ lib_LTLIBRARIES = libocusts.la -libocusts_la_LDFLAGS = -version-info 1:0:0 +libocusts_la_LDFLAGS = -version-info 0:0:0 libocusts_la_SOURCES = include/locusts.h lib_LIBRARIES = libocusts.a libocusts_a_SOURCES = include/locusts.h @@ -8,4 +8,4 @@ include_HEADERS = include/locusts.h install-data-local: mkdir -p $(libdir)/pkgconfig - cp ocusts.pc $(libdir)/pkgconfig/ocusts.pc \ No newline at end of file + cp ocusts.pc $(libdir)/pkgconfig/ocusts.pc -- cgit v1.2.3