mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Distribute the dist-build directory
This commit is contained in:
@@ -10,6 +10,7 @@ EXTRA_DIST = \
|
||||
THANKS
|
||||
|
||||
SUBDIRS = \
|
||||
dist-build \
|
||||
msvc-scripts \
|
||||
src \
|
||||
test
|
||||
|
||||
@@ -392,6 +392,7 @@ AS_IF([test "x$PKG_CONFIG" != "x"], [
|
||||
AC_CONFIG_FILES([libsodium.pc])
|
||||
])
|
||||
AC_CONFIG_FILES([Makefile
|
||||
dist-build/Makefile
|
||||
msvc-scripts/Makefile
|
||||
src/Makefile
|
||||
src/libsodium/Makefile
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
android.sh \
|
||||
iphone.sh \
|
||||
msys-win32.sh \
|
||||
msys-win64.sh
|
||||
Reference in New Issue
Block a user