index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "build: fix creation of libsmbsharemodes.a - don't link in libtdb.a."
Michael Adam
2008-08-18
1
-4
/
+3
*
Revert "build: fix creation of libsmbclient.a - don't link in libtalloc.a"
Michael Adam
2008-08-18
1
-7
/
+5
*
Revert "build: fix creation of libaddns.a - don't link in libtalloc.a"
Michael Adam
2008-08-18
1
-2
/
+2
*
Revert "build: fix build on systems with picky make and without shared libwbc...
Michael Adam
2008-08-18
1
-20
/
+20
*
Revert "build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules."
Michael Adam
2008-08-18
1
-48
/
+47
*
Revert "build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules."
Michael Adam
2008-08-18
1
-62
/
+61
*
Revert "build: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@ in rules."
Michael Adam
2008-08-18
1
-53
/
+52
*
Revert "build: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_SHARED@"
Michael Adam
2008-08-18
1
-6
/
+6
*
Revert "build: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS@ in rules."
Michael Adam
2008-08-18
1
-2
/
+1
*
Revert "build: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules."
Michael Adam
2008-08-18
1
-1
/
+1
*
Revert "build: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIND_NSS_EXTRA_LI...
Michael Adam
2008-08-18
1
-2
/
+1
*
Revert "build: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_NSS_PTHREAD@ in...
Michael Adam
2008-08-18
1
-2
/
+1
*
Revert "build: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WINBIND_EXTRA_LI...
Michael Adam
2008-08-18
1
-2
/
+1
*
build: move libwbclient related target to libwbclient section in Makefile.in
Michael Adam
2008-08-18
1
-23
/
+24
*
build: move libtdb target further down following common schema like with libt...
Michael Adam
2008-08-18
1
-2
/
+2
*
build: fix uninstalllibnetapi target - handle symlink libnetapi.so
Michael Adam
2008-08-18
1
-5
/
+6
*
build: fix installlibnetapi target - install symlink libnetapi.so (if appropr...
Michael Adam
2008-08-18
1
-1
/
+7
*
build: add a cleanlibnetapi target and use it in make clean
Michael Adam
2008-08-18
1
-3
/
+10
*
build: fix creation of the libnetapi shared lib: create soname library
Michael Adam
2008-08-18
1
-3
/
+8
*
build: move libnetapi related definitions and targets together into the libne...
Michael Adam
2008-08-18
1
-31
/
+32
*
build: add an uninstalllibtdb target.
Michael Adam
2008-08-18
1
-0
/
+6
*
build: fix the installlibtdb target to install the soname file of libtdb.
Michael Adam
2008-08-18
1
-1
/
+6
*
build: create a cleanlibtdb target and use it in target clean.
Michael Adam
2008-08-18
1
-2
/
+10
*
build: fix creation of the libtdb shared library.
Michael Adam
2008-08-18
1
-5
/
+10
*
build: move libtdb related definitions and targets to libtdb section in Makef...
Michael Adam
2008-08-18
1
-16
/
+16
*
build: move all libtalloc related definitions into the libtalloc section in M...
Michael Adam
2008-08-18
1
-14
/
+13
*
build: move top level targets for the libs into the corresponding sections in...
Michael Adam
2008-08-18
1
-8
/
+15
*
build: add more structuring comments to Makefile.in
Michael Adam
2008-08-18
1
-0
/
+46
*
build: add a "make shlibs" target to build all the shared libraries.
Michael Adam
2008-08-18
1
-0
/
+2
*
build: add structuring comments for libraries and libtalloc section.
Michael Adam
2008-08-18
1
-0
/
+13
*
build: fix installlibtalloc to not install symlink if the library is not there
Michael Adam
2008-08-18
1
-1
/
+4
*
build: move libtalloc related targets together.
Michael Adam
2008-08-18
1
-16
/
+17
*
build: add a cleanlibtalloc target.
Michael Adam
2008-08-18
1
-3
/
+11
*
build: add an uninstalllibtalloc target
Michael Adam
2008-08-18
1
-0
/
+6
*
build: fix creation of link libtalloc.so on some systems.
Michael Adam
2008-08-18
1
-0
/
+1
*
build: fix the installlibtalloc target to install SONAME and \.so versions of...
Michael Adam
2008-08-18
1
-1
/
+3
*
build: fix creation of talloc shared lib.
Michael Adam
2008-08-18
1
-4
/
+7
*
build: add ability to use library files of the form NAME.so.VERSION to create...
Michael Adam
2008-08-18
1
-1
/
+1
*
Add double-colon where it makes sense.
Jelmer Vernooij
2008-08-18
1
-62
/
+62
*
Revert "build: fix bug #5608: link creation for libtalloc.so.1 (and friends) ...
Michael Adam
2008-08-18
1
-4
/
+0
*
build: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WINBIND_EXTRA_LIBS@ in r...
Michael Adam
2008-07-16
1
-1
/
+2
*
build: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_NSS_PTHREAD@ in rules.
Michael Adam
2008-07-16
1
-1
/
+2
*
build: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIND_NSS_EXTRA_LIBS@ in r...
Michael Adam
2008-07-16
1
-1
/
+2
*
build: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.
Michael Adam
2008-07-16
1
-1
/
+1
*
build: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS@ in rules.
Michael Adam
2008-07-16
1
-1
/
+2
*
build: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_SHARED@
Michael Adam
2008-07-16
1
-6
/
+6
*
build: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@ in rules.
Michael Adam
2008-07-16
1
-52
/
+53
*
build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules.
Michael Adam
2008-07-16
1
-61
/
+62
*
build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.
Michael Adam
2008-07-16
1
-47
/
+48
*
build: fix build on systems with picky make and without shared libwbclient
Michael Adam
2008-07-16
1
-20
/
+20
[prev]
[next]