Browse Source

Distribute the dist-build directory

next
Frank Denis 11 years ago
parent
commit
3aa856474a
  1. 1
      Makefile.am
  2. 1
      configure.ac
  3. 6
      dist-build/Makefile.am

1
Makefile.am

@ -10,6 +10,7 @@ EXTRA_DIST = \
THANKS
SUBDIRS = \
dist-build \
msvc-scripts \
src \
test

1
configure.ac

@ -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

@ -0,0 +1,6 @@
EXTRA_DIST = \
android.sh \
iphone.sh \
msys-win32.sh \
msys-win64.sh
Loading…
Cancel
Save