summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2008-07-07build: move definition of SHLIBS to libraries sectionMichael Adam1-2/+2
Michael (This used to be commit 36c99a3cad3c938a874f9b9f37c2265045957099)
2008-07-07build: add a cleanlibwbclient target to Makefile.in and use it for make clean.Michael Adam1-4/+10
Michael (This used to be commit e01a1d8d651f680ca58b809dc569ff74592d53a9)
2008-07-07build: add uninstalllibwbclient to Makefile.in and use it for uninstallMichael Adam1-1/+6
Michael (This used to be commit 2712dade9d6495f3dbb75876ec32d73f8bb93f9f)
2008-07-07build: fix the installlibwbclient target to use defined variables and ↵Michael Adam1-2/+7
install the symlink Michael (This used to be commit 922b136ada1c502edcbbb89e9cca155cd6ad376c)
2008-07-07build: fix creation of libwbclient shared lib by crating soname fileMichael Adam1-3/+8
and adding .so file as a symlink Michael (This used to be commit beab1a31484836014aab5d2bcb38995435f6218b)
2008-07-07build: move libwbclient related target to libwbclient section in Makefile.inMichael Adam1-23/+24
Michael (This used to be commit 8f64706b095b9ca0e2a8f39cc3133bfd02f86158)
2008-07-07build: move libtdb target further down following common schema like with ↵Michael Adam1-2/+2
libtalloc Michael (This used to be commit f94b07f0c56928f890ffb1e2aca2c8bfcc954dd5)
2008-07-07build: fix uninstalllibnetapi target - handle symlink libnetapi.soMichael Adam1-5/+6
and use the defined variables instead of hardcoded bits. Also move the target into the libnetapi section (forgotten last time). Michael (This used to be commit 21b6164795344cea45161bc01828ec1127b5b6ab)
2008-07-07build: fix installlibnetapi target - install symlink libnetapi.so (if ↵Michael Adam1-1/+7
appropriate) Michael (This used to be commit 59e7827e557c5096fb363051a4cf1835b2a53223)
2008-07-07build: add a cleanlibnetapi target and use it in make cleanMichael Adam1-3/+10
Michael (This used to be commit ff62887a94a7dd6f09995c820db7d825828bacad)
2008-07-07build: fix creation of the libnetapi shared lib: create soname libraryMichael Adam1-3/+8
and add the .so file as symlink Michael (This used to be commit d9af2f7ab6b839e8074a69ce5d1fe66548c08e52)
2008-07-07build: move libnetapi related definitions and targets together into the ↵Michael Adam1-34/+35
libnetapi section. in Makefile.in Michael (This used to be commit da29e1ce44d4f99b876259fbad892691e2c7d7e0)
2008-07-07build: add an uninstalllibtdb target.Michael Adam1-0/+6
Michael (This used to be commit c50c847f4b9772261f8011f32eec97d8244dccdd)
2008-07-07build: fix the installlibtdb target to install the soname file of libtdb.Michael Adam1-1/+6
and create the .so file as a symlink (if appropriate) Michael (This used to be commit 5c090762f769b645c411333aef2085362bb2e6cb)
2008-07-07build: create a cleanlibtdb target and use it in target clean.Michael Adam1-2/+10
Michael (This used to be commit ebfe13b79b24791bd9c854ac2f239f02796da6bb)
2008-07-07build: fix creation of the libtdb shared library.Michael Adam1-5/+10
Create the libtdb.so.1 file and create the .so file as the symlink. Not vice versa. Michael (This used to be commit 662d666b41b11ae70daf7422b1ced5f86209e608)
2008-07-07build: move libtdb related definitions and targets to libtdb section in ↵Michael Adam1-16/+16
Makefile.in Michael (This used to be commit a4de301af48f4e5b4898751e8836bdb434d047a6)
2008-07-07build: move all libtalloc related definitions into the libtalloc section in ↵Michael Adam1-14/+13
Makefile.in Michael (This used to be commit b330892f4b2f9f50fd192e37720217d15fedf1f0)
2008-07-07build: move top level targets for the libs into the corresponding sections ↵Michael Adam1-8/+15
in Makefile.in Michael (This used to be commit 4092059ff0bbb638c937c3f2b977ad431d868331)
2008-07-07build: add more structuring comments to Makefile.inMichael Adam1-0/+46
for several shared libs and shared modules section Michael (This used to be commit 53cc6a3225c0c7baea4d8ea04eefc61283650434)
2008-07-07build: add structuring comments for libraries and libtalloc section.Michael Adam1-0/+13
Michael (This used to be commit 3de000890447dd15962fbd6a9b1b3504b9bd1175)
2008-07-07build: fix installlibtalloc to not install symlink if the library is not thereMichael Adam1-1/+4
Michael (This used to be commit 52ccb52c8e42e748fcc05337849945ddc30d5efa)
2008-07-07build: move libtalloc related targets together.Michael Adam1-16/+17
Michael (This used to be commit 01b1e642d72ecccac5277b5f071aab8f6df04c0d)
2008-07-07build: add a cleanlibtalloc target.Michael Adam1-3/+11
Michael (This used to be commit 5d3c6c3c1c08747c521292ef09648ad528c2dca9)
2008-07-07build: add an uninstalllibtalloc targetMichael Adam1-0/+6
Michael (This used to be commit 4b6ef6202cd9b6e1e8949c43d0c45c04d4b97438)
2008-07-07build: fix creation of link libtalloc.so on some systems.Michael Adam1-0/+1
ln -s -f seem to be unknown on some solaris versions (e.g.). so if there is an old libtalloc.so around, this will fail. use rm -f prior to creating the link to circumvent this. Michael (This used to be commit d913b1e7316e84c1430f9d577f49d3c3e4e7719b)
2008-07-07build: fix the installlibtalloc target to install SONAME and \.so versions ↵Michael Adam1-1/+3
of shared lib. Michael (This used to be commit 49919889892f258cc669b08417e7569e8f5efaf4)
2008-07-07build: fix creation of talloc shared lib.Michael Adam1-4/+7
link the libtalloc.so.1 file and create libtalloc.so as a link Michael (This used to be commit 946537e6bec904d4a7937eeb6085dfac19c3e2b5)
2008-07-07build: add ability to use library files of the form NAME.so.VERSION to ↵Michael Adam1-1/+1
create version script name. Michael (This used to be commit b8d13f8773f61863b71bfc9df468f0018b0db0d1)
2008-07-01net_vampire: add code to vampire to a Kerberos keytab file using DRSUAPI.Günther Deschner1-0/+1
Guenther (This used to be commit 0ef420c3a478a8adce7483f14b45e9995bfa5e5d)
2008-06-27Revert "build: add symbol versioning when we build with gnu ld"Karolin Seeger1-8/+8
This reverts commit cb5492978b6b157f529806afb2f5fc6202888129. For more information, please have a look at the discussion on samba-technical starting with [1]. [1] http://lists.samba.org/archive/samba-technical/2008-June/059511.html Karolin (cherry picked from commit 1e5aeb96f92fef8056ec9010e125f4d0d31dd90e) (This used to be commit d06baf0e744d779b836783f61ec97d3a6d380eb5)
2008-06-27net_vampire: separate keytab code from samsync code.Günther Deschner1-0/+1
Guenther (This used to be commit 69d8442bf3248f97ad23def424901d7fa87bfe48)
2008-06-26drsuapi: rerun make idl and add drsblobs generated files.Günther Deschner1-1/+2
Guenther (This used to be commit 6725b751d88b4bacac5171efe4f5193bc1125f19)
2008-06-26drsuapi: add drsblobs.idl from samba4.Günther Deschner1-1/+2
Guenther (This used to be commit 58dc161ac91d018dfb02acac2aa2a45841478412)
2008-06-24net_vampire: add basic libnet_dssync() infrastructure.Günther Deschner1-0/+1
Guenther (This used to be commit 9486e532da602da587769d4ff8a1a2825e541a30)
2008-06-24net_vampire: add code to vampire a SAM database to a keytab file.Günther Deschner1-0/+1
Guenther (This used to be commit ee6e422c0e035aa4779fa718bb6f142827cc2de0)
2008-06-23net_vampire: move out display routines to one file.Günther Deschner1-0/+1
Guenther (This used to be commit 64b48a07e714d7eb97dd49c11d9ca62951d79524)
2008-06-23net_vampire: move out passdb routines to one file.Günther Deschner1-0/+1
Guenther (This used to be commit 74d431270d9b4cc1524f79fa2ad743420afef417)
2008-06-18Fix 'make distclean'. delheaders: no longer exists as a dependency.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 8b26afdcddc75d3b9a97309757a97314b406cb59)
2008-06-17net_vampire: move ldif code out of net_rpc_samsync.cGünther Deschner1-0/+1
Guenther (This used to be commit 1d5758ec3a5160e5649242c42f6e4a7b39eb6199)
2008-06-13samsync: add samsync_fix_delta_array()Günther Deschner1-0/+1
This code is vastly based on samba4 code. Guenther (cherry picked from commit 5b68be96996a710988b1fd1c176cd5dff0f2c6af) (This used to be commit 2c53d87de4ecc5ac9c43bc7488a03bceecf35140)
2008-06-09shrink ldbtoolsVolker Lendecke1-20/+11
Thanks to Björn Jacke for noticing :-) (cherry picked from commit 8faee1cee829d749835a66d219170ccfd85151d0) (This used to be commit 49f99fcf12523c4a8ef450b66eeb677dc0036939)
2008-06-03netapi: add NetLocalGroupAdd() skeleton.Günther Deschner1-0/+1
Guenther (This used to be commit 528544d4ce8fa27940a2f5e3c989cf37ef888f94)
2008-06-03netapi: add libnetapi_samr_open_domain().Günther Deschner1-1/+2
Guenther (This used to be commit a99906f661faa104da4b40707597ceb4542548f8)
2008-06-03libnetapi: add dummy implementation for NetGroupAdd() and NetGroupDel().Günther Deschner1-1/+2
Guenther (This used to be commit d690f9e9f8b8a0aeda311913589ae48805f7e3b8)
2008-05-24build: combine LIB_WITHOUT_PROTO_OBJ and LIB_WITH_PROTO_OBJ into LIB_OBJMichael Adam1-10/+7
No need for this split any more. Michael (This used to be commit 534e87de2eed10db0c8fc5dd8ab7dd2621b09408)
2008-05-24build: remove PROTO_OBJ from Makefile.in - it is not needed any moreMichael Adam1-20/+0
Michael (This used to be commit 3bb1c07890c01303e83a900c58651a990b19fc85)
2008-05-24drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner1-0/+1
Guenther (This used to be commit bd13c87bac54d4bbae7b3cd7c9dc991d143d4d89)
2008-05-24drsuapi: fix the build.Günther Deschner1-6/+6
Guenther (This used to be commit 92412648c3fc18ba0bfc56b76c6d3816f627628f)
2008-05-24Revert "drsuapi: fix the build."Günther Deschner1-7/+6
This reverts commit b2421c81164da2a5ea4bb2391e4f2c410938db42. (This used to be commit f853f3b0aceb7e8454f9f7de38237eecec4317fd)