diff options
author | Jim Barlow <jim@purplerock.ca> | 2014-12-31 07:17:47 -0800 |
---|---|---|
committer | Jim Barlow <jim@purplerock.ca> | 2014-12-31 07:17:47 -0800 |
commit | 750cc5306d96630251997136dc182419d775e839 (patch) | |
tree | a53b56ba206af508b1c8f4455f46d27f70014825 | |
parent | 701204bf34cf72242bd553320eac1500b1a3e7ec (diff) | |
download | portable-750cc5306d96630251997136dc182419d775e839.tar.gz portable-750cc5306d96630251997136dc182419d775e839.tar.bz2 portable-750cc5306d96630251997136dc182419d775e839.zip |
Fix build failure of "make distcheck" (new scripts/ folder missing)
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6882a68..7fc7485 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -8,4 +8,4 @@ if ENABLE_LIBTLS | |||
8 | pkgconfig_DATA += libtls.pc | 8 | pkgconfig_DATA += libtls.pc |
9 | endif | 9 | endif |
10 | 10 | ||
11 | EXTRA_DIST = VERSION config | 11 | EXTRA_DIST = VERSION config scripts |