Hi,
While I was playing around with openbsc project I noticed that the libosmo-sccp libraries are built as a static libraries only and I decided that it will be useful to build them as shared objects too.
I also enabled colored output of the test suite and ignore all tag files that are generated by the Makefiles.
Cheers
Vasil Velichckov (3): Build shared objects with libtool Enable colored test results by default Ignore the tag files that are generated by Makefile
.gitignore | 9 +++++++++ configure.ac | 2 +- src/Makefile.am | 18 +++++++++++++----- tests/m2ua/Makefile.am | 2 +- tests/sccp/Makefile.am | 4 ++-- tests/testsuite.at | 1 + 6 files changed, 27 insertions(+), 9 deletions(-)