Minor fixes
* libmu_sieve/extensions/pipe.c: Include sys/wait.h * testsuite/Makefile.am: Distribute testsuite.inc
Showing
3 changed files
with
12 additions
and
2 deletions
... | @@ -223,7 +223,6 @@ filter_read (mu_stream_t stream, char *buf, size_t size, size_t *pret) | ... | @@ -223,7 +223,6 @@ filter_read (mu_stream_t stream, char *buf, size_t size, size_t *pret) |
223 | stop = 1; | 223 | stop = 1; |
224 | } | 224 | } |
225 | } | 225 | } |
226 | |||
227 | else | 226 | else |
228 | { | 227 | { |
229 | fs->fltflag |= _MU_FILTER_EOF; | 228 | fs->fltflag |= _MU_FILTER_EOF; | ... | ... |
... | @@ -35,6 +35,7 @@ | ... | @@ -35,6 +35,7 @@ |
35 | #include <unistd.h> | 35 | #include <unistd.h> |
36 | #include <stdlib.h> | 36 | #include <stdlib.h> |
37 | #include <sys/types.h> | 37 | #include <sys/types.h> |
38 | #include <sys/wait.h> | ||
38 | #include <string.h> | 39 | #include <string.h> |
39 | #include <signal.h> | 40 | #include <signal.h> |
40 | #include <regex.h> | 41 | #include <regex.h> | ... | ... |
... | @@ -14,9 +14,19 @@ | ... | @@ -14,9 +14,19 @@ |
14 | # You should have received a copy of the GNU General Public License | 14 | # You should have received a copy of the GNU General Public License |
15 | # along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. | 15 | # along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. |
16 | 16 | ||
17 | EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4 lib etc spool folder maildir mh | ||
18 | DISTCLEANFILES = atconfig $(check_SCRIPTS) | 17 | DISTCLEANFILES = atconfig $(check_SCRIPTS) |
19 | MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE) | 18 | MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE) |
19 | EXTRA_DIST = \ | ||
20 | $(TESTSUITE_AT)\ | ||
21 | testsuite\ | ||
22 | testsuite.inc\ | ||
23 | package.m4\ | ||
24 | lib\ | ||
25 | etc\ | ||
26 | spool\ | ||
27 | folder\ | ||
28 | maildir\ | ||
29 | mh | ||
20 | 30 | ||
21 | ## ------------ ## | 31 | ## ------------ ## |
22 | ## package.m4. ## | 32 | ## package.m4. ## | ... | ... |
-
Please register or sign in to post a comment