summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2008-08-26Move idmap_cache.c from winbindd/ to lib/Volker Lendecke1-2/+2
2008-08-26build: make sure to create CODEPAGEDIR and MODULESDIR.Günther Deschner1-1/+1
2008-08-21cifs.upcall: move default install location to EPREFIX/sbinJeff Layton1-4/+4
2008-08-21build: add [clean_]libsmbclient_examples targets to top level MakefileMichael Adam1-0/+11
2008-08-20build: auto-generate symbols for libsmbsharemodes.Michael Adam1-2/+5
2008-08-20build: autogenerate symbols for libsmbclient.soMichael Adam1-2/+5
2008-08-20build: remove duplicated and hardcoded definition of LIBSMBSHAREMODESMichael Adam1-2/+0
2008-08-20build: rename LIBNETAPI_OBJ1 to LIBNETAPI_OBJ0 for consistency.Michael Adam1-4/+4
2008-08-19build: fix linking cifs.upcall when nscd_flush_cache() is found.Michael Adam1-1/+1
2008-08-15configure: Add --with-modulesdir to accompany --with-libdir.Michael Adam1-9/+12
2008-08-15Makefile: print codepagedir in "make showlayout".Michael Adam1-0/+1
2008-08-15build: fix a typo in the installlibtalloc rule.Michael Adam1-1/+1
2008-08-14Revert "Add a gpfs_prefetch module"Michael Adam1-5/+0
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-1/+1
2008-08-13Add a gpfs_prefetch moduleVolker Lendecke1-0/+5
2008-08-12use variables for files used in multiple placesHerb Lewis1-17/+19
2008-08-08Add simple async wrappers around send, recv and connectVolker Lendecke1-0/+1
2008-08-06libnetapi: fix build of shared library after libnet_join changes.Michael Adam1-1/+2
2008-07-22Make DSO_EXPORTS_CMD regexp more POSIX compliantZach Loafman1-1/+1
2008-07-22Add --enable-picky-developerZach Loafman1-2/+2
2008-07-17netapi: add ConvertSidToStringSid() for convenience of the callers.Günther Deschner1-1/+2
2008-07-16This patchset comprises a number of cleanups for the cifs upcallJeremy Allison1-10/+10
2008-07-16Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman1-101/+108
2008-07-16Static libsmbclient library needs to include all objectsDerrell Lipman1-2/+2
2008-07-14build: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WINBIND_EXTRA_LIBS@ in r...Michael Adam1-1/+2
2008-07-14build: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_NSS_PTHREAD@ in rules.Michael Adam1-1/+2
2008-07-14build: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIND_NSS_EXTRA_LIBS@ in r...Michael Adam1-1/+2
2008-07-14build: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.Michael Adam1-1/+1
2008-07-14build: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS@ in rules.Michael Adam1-1/+2
2008-07-14build: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_SHARED@Michael Adam1-6/+6
2008-07-14build: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@ in rules.Michael Adam1-52/+53
2008-07-14build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules.Michael Adam1-62/+63
2008-07-14build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.Michael Adam1-47/+48
2008-07-14build: use $(WINBIND_LIBS) instead of @WINBIND_LIBS@ in rules.Michael Adam1-21/+21
2008-07-11build: fix build of libaddns shared lib : it needs socket_wrapper.Michael Adam1-1/+1
2008-07-10build: remove SHLIBS variable, and distribute deps for shlibs and test_shlibs...Michael Adam1-16/+10
2008-07-10build: create a new uninstalllibs target and use it in "make uninstall"Michael Adam1-1/+8
2008-07-10build: distribute the libs target over the library-specific sections.Michael Adam1-2/+7
2008-07-10build: use the libs target instead of the LIBRARIES variable as dependecy for...Michael Adam1-1/+1
2008-07-10build: distribute the cleanlibs target over the library-specific sections.Michael Adam1-7/+8
2008-07-10build: introduce a installibs target and use it in "make install"Michael Adam1-4/+8
2008-07-08build: move definition of LIBADDNS_OBJ back up to LIBADDNS_OBJ0Michael Adam1-1/+1
2008-07-08build: fix build of smbget by moving LIBSMBCLIENT_OBJ* defs up againMichael Adam1-22/+22
2008-07-07build: fix creation of libsmbclient.a - don't link in libtalloc.aMichael Adam1-5/+7
2008-07-07build: fix creation of libaddns.a - don't link in libtalloc.aMichael Adam1-2/+2
2008-07-07build: fix creation of libsmbsharemodes.a - don't link in libtdb.a.Michael Adam1-3/+5
2008-07-07build: set SONAME version of libraries from configure, not using library-vers...Michael Adam1-7/+7
2008-07-07build: combine the cleanlibfoo targets to one cleanlibs targetMichael Adam1-1/+9
2008-07-07build: fix shlibs target after internal changes, add libs target.Michael Adam1-3/+13
2008-07-07build: remove the SONAME_VER variable - not used anymore.Michael Adam1-1/+0