On Mon, Sep 10, 2012 at 8:21 PM, Cody P Schafer wrote: > --- a/tests/Makefile.am > +++ b/tests/Makefile.am > > EXTRA_DIST = run-ia64-test-dyn1 run-ptrace-mapper run-ptrace-misc \ > - run-check-namespace run-coredump-unwind \ > - run-coredump-unwind-mdi check-namespace.sh.in \ > + run-check-namespace \ > + check-namespace.sh.in \ > Gtest-nomalloc.c Gtest-nocalloc.c > +if BUILD_COREDUMP > + EXTRA_DIST += run-coredump-unwind-mdi run-coredump-unwind > +endif
i don't think EXTRA_DIST should be conditionalized. it's what goes into the tarball made by `make dist`, and that should always be the same regardless of `./configure` options. -mike _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
