diff options
author | lloyd <[email protected]> | 2011-04-14 14:29:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-14 14:29:04 +0000 |
commit | 0cbd87ebafdda027104dde4bd3a68f7c5f1f6d73 (patch) | |
tree | 363532e1fdaf2188c5a3a9cc51a6a22f4043d94c /src | |
parent | fd3d36cd40bf84bf25602e069e44d52549517587 (diff) |
Tick version numbers to 1.10.0
More documentation updates.
The clean target wasn't removing one of the symlinks.
In the self-test application, warn if the version we are linked
against does not match the version we were built against. This
always indicates a problem. Someone who had an older version
installed on their system got very confused when the test app was
linked against it at runtime; this warning would have saved a
couple hours of puzzling by me. This would also have helped avoid
the nasty bug in 1.8.3
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/makefile/unix_shr.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/unix_shr.in b/src/build-data/makefile/unix_shr.in index db89f6c88..06a7c3354 100644 --- a/src/build-data/makefile/unix_shr.in +++ b/src/build-data/makefile/unix_shr.in @@ -94,7 +94,7 @@ doxygen: clean: $(RM_R) %{build_dir}/lib/* %{build_dir}/checks/* - $(RM) $(LIBRARIES) $(SYMLINK) $(CHECK) + $(RM) $(LIBRARIES) $(SYMLINK) $(SONAME) $(CHECK) distclean: clean $(RM_R) %{build_dir} |