Remove "/VERSION_SO"

This commit is contained in:
Alex Kotov 2022-12-25 15:04:50 +04:00
parent cf57b3e485
commit e2b9465803
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
3 changed files with 0 additions and 4 deletions

View File

@ -21,8 +21,6 @@ endif
# Required files #
##################
libclayer_la_LDFLAGS = -version-info @PACKAGE_VERSION_SO@
libclayer_la_SOURCES = \
src/ctype.c \
src/errno.c \

View File

@ -1 +0,0 @@
0:0:0

View File

@ -33,7 +33,6 @@ AC_CONFIG_FILES([
AM_INIT_AUTOMAKE([1.16 subdir-objects])
AC_SUBST([PACKAGE_DESCR], ['libc for both hosted and freestanding environments'])
AC_SUBST([PACKAGE_VERSION_SO], m4_normalize(m4_include([VERSION_SO])))