summaryrefslogtreecommitdiff
path: root/examples/VFS/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
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)