16
16
# this in turn ensures that distcheck fails for missing .list files which is currently
17
17
# shadowed when the corresponding .c and .h files are included.
20
20
test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
21
21
( $(ECHO) "*** Leftover enumtypes or marshal files in the tarball." && \
22
22
$(ECHO) "*** Make sure the following files are not disted:" && \
24
24
find $(distdir) -name \*-marshal.[ch] && \