mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-16 06:54:37 +00:00
b9ea069f1d
* Makefile.in: Remove this autotools-generated file. I know that people in the GCC-realm like storing these autotools-generated files into the source control system, but I believe in this day and age, this is annoying (to say the least) for the project developers for no good reason. Requiring (the ubiquitous) autoconf for building from source is no big deal today, and typing "autoreconf" is not hard to do, really. And it saves the developers for having to update a bunch of boilerplate automatically generated files into the source control system; this is really unnecessary noise and it is a commonly accepted good practice to avoid doing it these days. To help people who do not know how to handle this, there is a COMPILING file in the source tree that explains how to build the project from sources. * aclocal.m4: Likewise. * configure: Likewise. * include/Makefile.in: Likewise. * src/Makefile.in: Likewise. * doc/Makefile.in: Likewise. * tests/Makefile.in: Likewise. |
||
---|---|---|
.. | ||
data/test-read-write | ||
Makefile.am | ||
test-dot.cc | ||
test-read-write.cc | ||
test-svg.cc | ||
test-utils.cc | ||
test-utils.h | ||
test-walker.cc |