summaryrefslogtreecommitdiff
path: root/examples/VFS/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2012-07-31Make it possible to build under Solaris make as well as FreeBSD and Linux. ↵Richard Sharpe1-4/+17
Also add comments on changes that might be needed
2012-05-18build: Move generated files out of the normal build treeAndrew Bartlett1-0/+1
This avoids some dual-build-system interactions. Andrew Bartlett
2012-04-16Improve the VFS Makefile so that it is easier for use out of tree but still ↵Richard Sharpe1-13/+9
works with FreeBSD. Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Mon Apr 16 19:51:14 CEST 2012 on sn-devel-104
2012-03-24Improve the Makefile. Use a standard make macro, not a shell command.Richard Sharpe1-1/+1
Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Sat Mar 24 07:09:44 CET 2012 on sn-devel-104
2012-03-24Make it possible for developers of out-of-tree modules to use the same names ↵Richard Sharpe1-1/+1
as in-tree modules. Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Sat Mar 24 03:18:38 CET 2012 on sn-devel-104
2012-03-03examples: Make examples/VFS/Makefile.in FreeBSD-friendlyVolker Lendecke1-6/+14
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sat Mar 3 00:53:43 CET 2012 on sn-devel-104
2011-06-30examples/VFS: add include path for s3's autoconf config.hMichael Adam1-0/+1
2009-02-05examples/VFS: fix the configure and make with the new directory layoutStefan Metzmacher1-5/+7
metze
2007-10-10r22341: Fix build of examples/VFS: adapt include for new place of tdb...Michael Adam1-1/+1
(This used to be commit e7110058286ed7e723c9a24e555b9c3b527c456e)
2007-10-10r21762: Fix the build by enabling shared modules and adding the config.*James Peach1-1/+1
files. Add norify_watch and chflags operations. Fix a bunch of warnings. (This used to be commit 1106db7ea148253e3b5f0806b2d5efcd094b202e)
2007-10-10r19852: Fix the build for the VFS examples. Fixes bugzilla #3931.James Peach1-1/+9
(This used to be commit fa69031d00f914aa8d642a2731db8c81f74bc8d9)
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-1/+1
into 3.0. Also merge the new POSIX lock code - this is not enabled unless -DDEVELOPER is defined. This doesn't yet map onto underlying system POSIX locks. Updates vfs to allow lock queries. Jeremy. (This used to be commit 08e52ead03304ff04229e1bfe544ff40e2564fc7)
2007-10-10r13366: Add popt to the include path for examples/VFS. The modules ↵Volker Lendecke1-1/+1
themselves don't use that, but includes.h fails in environments where there's no system popt around. As the modules don't need that anyway, porting the check whether to use the system one or our own seems a bit overkill. Thanks to Michael Adam <ma@SerNet.DE>. Volker (This used to be commit 04cbde59566f814cfba5a008e12496795544ad05)
2007-10-10r8657: Add -fPIC which is the case for all other Samba shared libs.Lars Müller1-1/+1
Fix bug #2060. (This used to be commit 8c09716c91e0bb2ef90a9f81e093048077581e47)
2003-06-04Move VFS example skel.c to two different examples: one for opaque operations ↵Alexander Bokovoy1-0/+43
and one for transparent. Also add configure support for compiling third-party modules. Patch from Stefan Metzmacher <metze@metzemix.de> (This used to be commit fcdf215753630d4173e50b7d93d6bc8ba254a5ff)
2003-04-28Update for the new modules system. Also, use Makefile rather then Makefile.inJelmer Vernooij1-24/+0
because we don't generate Makefile from configure anymore (This used to be commit 0d322968cbf445df79153c0abc0d041edcf223ee)
2003-01-15[merge]Gerald Carter1-1/+1
* removed unused variable from rpcclient code * added container option to net command (patch from SuSE) * Makefile patch for examples/VFS from SuSE (This used to be commit 25a9681ddda47a41fac8fdc97ca50b7f4c579eaf)
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-28/+10
(This used to be commit 803715d96016767c55202362b17096fc80786c59)
2002-07-31forgot to change the makefile system, sorrySimo Sorce1-0/+42
(This used to be commit 3e6a11f56a3878e75c4354db214971208d911be3)