Add msvc scripts to the tarballs
This commit is contained in:
parent
3890eb1f33
commit
b9b293c0ab
@ -392,6 +392,7 @@ AS_IF([test "x$PKG_CONFIG" != "x"], [
|
|||||||
AC_CONFIG_FILES([libsodium.pc])
|
AC_CONFIG_FILES([libsodium.pc])
|
||||||
])
|
])
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
|
msvc-scripts/Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
src/libsodium/Makefile
|
src/libsodium/Makefile
|
||||||
src/libsodium/include/Makefile
|
src/libsodium/include/Makefile
|
||||||
|
3
msvc-scripts/Makefile.am
Normal file
3
msvc-scripts/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
EXTRA_DIST = \
|
||||||
|
process.bat \
|
||||||
|
rep.vbs
|
Loading…
Reference in New Issue
Block a user