Distribute the dist-build directory
This commit is contained in:
parent
b989d28925
commit
3aa856474a
@ -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
|
||||
|
6
dist-build/Makefile.am
Normal file
6
dist-build/Makefile.am
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
android.sh \
|
||||
iphone.sh \
|
||||
msys-win32.sh \
|
||||
msys-win64.sh
|
Loading…
Reference in New Issue
Block a user