summaryrefslogtreecommitdiffstats
path: root/source/library-versions.in
Commit message (Collapse)AuthorAgeFilesLines
* Add support for building and using shared and static libtdb library.Michael Adam2008-02-141-0/+1
| | | | | | | | This should work with m4_include(lib/tdb/libtdb.m4) like already done with talloc, but currently this does not work (yet) - tdb code has to be merged from s4 before that. Michael
* Add support for building libtalloc.a and libtalloc.so.Michael Adam2008-02-131-0/+1
| | | | Michael
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2007-12-211-2/+1
|\ | | | | | | | | | | | | | | v3-2-test Conflicts: source/library-versions.in
| * Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}.Günther Deschner2007-12-211-2/+1
| | | | | | | | Guenther
* | Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-211-0/+1
|/ | | | | | | (based on the winbind_struct_protocol.h). The API in incomplete, but sufficient to merge. See wbclienbt.h for the i interface functions.
* Fix typo.Jelmer Vernooij2007-10-131-1/+1
|
* r23689: Squashed commit of the following:Gerald Carter2007-10-101-0/+9
commit 0d4bbd197198a94bf4e29e0ccd175a40a60097f3 Author: Gerald (Jerry) Carter <jerry@samba.org> Date: Mon Jul 2 20:08:19 2007 -0500 Introduce GNU ld linker export-script for hiding non-public symbols in shared libraries. Based on initial patch from Julien Cristau <jcristau@debian.org> and suggestions from James Peach <jpeach@samba.org>. Currently the libsmbsharemodes libraries still exports *. Signed off on my Derrell as well.