diff options
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in index 207ad8c0db90..fe32c40cf62f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -291,6 +291,7 @@ EXTRA_DIST = \ fad-glifc.c \ grammar.y.in \ install-sh \ + instrument-functions.c \ lbl/os-aix4.h \ lbl/os-aix7.h \ lbl/os-hpux11.h \ @@ -402,14 +403,6 @@ EXTRA_DIST = \ testprogs/filtertest.c \ testprogs/findalldevstest.c \ testprogs/findalldevstest-perf.c \ - testprogs/fuzz/CMakeLists.txt \ - testprogs/fuzz/fuzz_both.c \ - testprogs/fuzz/fuzz_both.options \ - testprogs/fuzz/fuzz_filter.c \ - testprogs/fuzz/fuzz_filter.options \ - testprogs/fuzz/fuzz_pcap.c \ - testprogs/fuzz/fuzz_pcap.options \ - testprogs/fuzz/onefile.c \ testprogs/nonblocktest.c \ testprogs/opentest.c \ testprogs/reactivatetest.c \ @@ -417,6 +410,7 @@ EXTRA_DIST = \ testprogs/threadsignaltest.c \ testprogs/unix.h \ testprogs/valgrindtest.c \ + testprogs/versiontest.c \ testprogs/visopts.py \ testprogs/writecaptest.c @@ -858,7 +852,7 @@ releasetar: tar xf -) && \ echo "No $$TAG tag. Archive build from HEAD."; \ fi && \ - (cd "$$TAG" && "$${AUTORECONF:-autoreconf}" && rm -rf autom4te.cache) && \ + (cd "$$TAG" && ./autogen.sh && rm -rf autom4te.cache) && \ tar cf "$$DIR/$$TAG".tar "$$TAG" && \ rm -f "$$DIR/$$TAG".tar.gz && \ gzip --best "$$DIR/$$TAG".tar && \ |
