summaryrefslogtreecommitdiff
path: root/source4/lib/tdr/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij1-3/+2
- VERSION: should contain the current version. Will be made part of the filename. - SO_VERSION: should contain the latest version that this on is compatible to. Will be used for setting the soname of the shared library. Fix sonames and use them on platforms that support them Remove symlinking code. ldconfig will take care of creating the symlinks now that we set the soname. (This used to be commit 7871b07e21c85c63d0ecac4c31b98dc112d18af5)
2007-10-10r13852: Split upJelmer Vernooij1-0/+8
(This used to be commit e6f7e3a594444bd24dbbc11bb4c7de808a350564)