mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
urcrypt: restores pkg-config api versioning scheme
This commit is contained in:
parent
507c681555
commit
425f164942
2
pkg/urbit/configure
vendored
2
pkg/urbit/configure
vendored
@ -9,7 +9,7 @@ URBIT_VERSION="$(cat ./version)"
|
||||
pkgc_deps=" \
|
||||
libcurl \
|
||||
libh2o \
|
||||
liburcrypt \
|
||||
liburcrypt-0 \
|
||||
libuv \
|
||||
openssl \
|
||||
"
|
||||
|
@ -19,7 +19,7 @@ noinst_HEADERS = urcrypt/util.h \
|
||||
scrypt/libscrypt.h
|
||||
|
||||
# main library
|
||||
pkgconfig_DATA = liburcrypt.pc
|
||||
pkgconfig_DATA = liburcrypt-$(URCRYPT_API_VERSION).pc
|
||||
DISTCLEANFILES = $(pkgconfig_DATA)
|
||||
|
||||
liburcrypt_la_CPPFLAGS = -I$(srcdir)/ed25519/src \
|
||||
|
@ -102,5 +102,5 @@ AC_TYPE_UINT8_T
|
||||
AC_CHECK_FUNCS([memset])
|
||||
|
||||
# Finish and output
|
||||
AC_CONFIG_FILES([Makefile liburcrypt.pc:liburcrypt.pc.in])
|
||||
AC_CONFIG_FILES([Makefile liburcrypt-$URCRYPT_API_VERSION.pc:liburcrypt.pc.in])
|
||||
AC_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user