summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
* build: add cleanlibsmbclient target and use it in make clean.Michael Adam2008-08-181-2/+8
* build: handle libsmbclient by SMB_LIBRARY() and correctly create soname file.Michael Adam2008-08-181-10/+26
* build: slightly change and extend the logic of SMB_LIBRARY().Michael Adam2008-08-181-4/+4
* build: rename (un)installclientlib to (un)installlibsmbclientMichael Adam2008-08-181-2/+6
* build: move libsmbclient related variables and targets to libsmbclient sectionMichael Adam2008-08-181-34/+35
* build: move definition of SHLIBS to libraries sectionMichael Adam2008-08-181-2/+2
* build: add a cleanlibwbclient target to Makefile.in and use it for make clean.Michael Adam2008-08-181-4/+10
* build: add uninstalllibwbclient to Makefile.in and use it for uninstallMichael Adam2008-08-181-1/+6
* build: fix the installlibwbclient target to use defined variables and install...Michael Adam2008-08-181-2/+7
* build: fix creation of libwbclient shared lib by crating soname fileMichael Adam2008-08-181-3/+8
* Revert "build: fix creation of libsmbsharemodes.a - don't link in libtdb.a."Michael Adam2008-08-181-4/+3
* Revert "build: fix creation of libsmbclient.a - don't link in libtalloc.a"Michael Adam2008-08-181-7/+5
* Revert "build: fix creation of libaddns.a - don't link in libtalloc.a"Michael Adam2008-08-181-2/+2
* Revert "build: fix build on systems with picky make and without shared libwbc...Michael Adam2008-08-181-20/+20
* Revert "build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules."Michael Adam2008-08-181-48/+47
* Revert "build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules."Michael Adam2008-08-181-62/+61
* Revert "build: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@ in rules."Michael Adam2008-08-181-53/+52
* Revert "build: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_SHARED@"Michael Adam2008-08-181-6/+6
* Revert "build: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS@ in rules."Michael Adam2008-08-181-2/+1
* Revert "build: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules."Michael Adam2008-08-181-1/+1
* Revert "build: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIND_NSS_EXTRA_LI...Michael Adam2008-08-181-2/+1
* Revert "build: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_NSS_PTHREAD@ in...Michael Adam2008-08-181-2/+1
* Revert "build: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WINBIND_EXTRA_LI...Michael Adam2008-08-181-2/+1
* build: move libwbclient related target to libwbclient section in Makefile.inMichael Adam2008-08-181-23/+24
* build: move libtdb target further down following common schema like with libt...Michael Adam2008-08-181-2/+2
* build: fix uninstalllibnetapi target - handle symlink libnetapi.soMichael Adam2008-08-181-5/+6
* build: fix installlibnetapi target - install symlink libnetapi.so (if appropr...Michael Adam2008-08-181-1/+7
* build: add a cleanlibnetapi target and use it in make cleanMichael Adam2008-08-181-3/+10
* build: fix creation of the libnetapi shared lib: create soname libraryMichael Adam2008-08-181-3/+8
* build: move libnetapi related definitions and targets together into the libne...Michael Adam2008-08-181-31/+32
* build: add an uninstalllibtdb target.Michael Adam2008-08-181-0/+6
* build: fix the installlibtdb target to install the soname file of libtdb.Michael Adam2008-08-181-1/+6
* build: create a cleanlibtdb target and use it in target clean.Michael Adam2008-08-181-2/+10
* build: fix creation of the libtdb shared library.Michael Adam2008-08-181-5/+10
* build: move libtdb related definitions and targets to libtdb section in Makef...Michael Adam2008-08-181-16/+16
* build: move all libtalloc related definitions into the libtalloc section in M...Michael Adam2008-08-181-14/+13
* build: move top level targets for the libs into the corresponding sections in...Michael Adam2008-08-181-8/+15
* build: add more structuring comments to Makefile.inMichael Adam2008-08-181-0/+46
* build: add a "make shlibs" target to build all the shared libraries.Michael Adam2008-08-181-0/+2
* build: add structuring comments for libraries and libtalloc section.Michael Adam2008-08-181-0/+13
* build: fix installlibtalloc to not install symlink if the library is not thereMichael Adam2008-08-181-1/+4
* build: move libtalloc related targets together.Michael Adam2008-08-181-16/+17
* build: add a cleanlibtalloc target.Michael Adam2008-08-181-3/+11
* build: add an uninstalllibtalloc targetMichael Adam2008-08-181-0/+6
* build: fix creation of link libtalloc.so on some systems.Michael Adam2008-08-181-0/+1
* build: fix the installlibtalloc target to install SONAME and \.so versions of...Michael Adam2008-08-181-1/+3
* build: fix creation of talloc shared lib.Michael Adam2008-08-181-4/+7
* build: add ability to use library files of the form NAME.so.VERSION to create...Michael Adam2008-08-181-1/+1
* Add double-colon where it makes sense.Jelmer Vernooij2008-08-181-62/+62
* Revert "build: fix bug #5608: link creation for libtalloc.so.1 (and friends) ...Michael Adam2008-08-181-4/+0