diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-09 23:47:18 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-09 23:47:18 +0100 |
commit | 170210579bbe1259315eab2c7f5893448b3f961c (patch) | |
tree | 552c6a71a7fa6a12984bdea8d643f5f97578e10c /Makefile.am | |
parent | 687fa0ef362dfdacb6ee0a169d7ab0a84e747cc4 (diff) | |
download | blogc-170210579bbe1259315eab2c7f5893448b3f961c.tar.gz blogc-170210579bbe1259315eab2c7f5893448b3f961c.tar.bz2 blogc-170210579bbe1259315eab2c7f5893448b3f961c.zip |
build: add build-aux/build-windows.sh to tarball
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 78738cc..e143b0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ ## File listings EXTRA_DIST = \ + build-aux/build-windows.sh \ autogen.sh \ LICENSE \ README.md \ |