mirror of
https://github.com/tailix/libclayer.git
synced 2024-11-20 11:06:24 -05:00
Remove "/VERSION_SO"
This commit is contained in:
parent
cf57b3e485
commit
e2b9465803
3 changed files with 0 additions and 4 deletions
|
@ -21,8 +21,6 @@ endif
|
||||||
# Required files #
|
# Required files #
|
||||||
##################
|
##################
|
||||||
|
|
||||||
libclayer_la_LDFLAGS = -version-info @PACKAGE_VERSION_SO@
|
|
||||||
|
|
||||||
libclayer_la_SOURCES = \
|
libclayer_la_SOURCES = \
|
||||||
src/ctype.c \
|
src/ctype.c \
|
||||||
src/errno.c \
|
src/errno.c \
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
0:0:0
|
|
|
@ -33,7 +33,6 @@ AC_CONFIG_FILES([
|
||||||
AM_INIT_AUTOMAKE([1.16 subdir-objects])
|
AM_INIT_AUTOMAKE([1.16 subdir-objects])
|
||||||
|
|
||||||
AC_SUBST([PACKAGE_DESCR], ['libc for both hosted and freestanding environments'])
|
AC_SUBST([PACKAGE_DESCR], ['libc for both hosted and freestanding environments'])
|
||||||
AC_SUBST([PACKAGE_VERSION_SO], m4_normalize(m4_include([VERSION_SO])))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue