diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-15 16:07:14 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-15 16:07:14 +0000 |
commit | 4a6d8280ea27ca7a6998219aacc4b15b1227a659 (patch) | |
tree | bfa2b408866cbd0dffde9532596a2a6979756a82 /examples | |
parent | 9e48ab86da40e4c1cafa70c04fb9ebdcce23dfab (diff) | |
download | samba-4a6d8280ea27ca7a6998219aacc4b15b1227a659.tar.gz samba-4a6d8280ea27ca7a6998219aacc4b15b1227a659.tar.xz samba-4a6d8280ea27ca7a6998219aacc4b15b1227a659.zip |
* removed unused variable from rpcclient code
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
Diffstat (limited to 'examples')
-rw-r--r-- | examples/VFS/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in index 46e1a90263b..30019caccd1 100644 --- a/examples/VFS/Makefile.in +++ b/examples/VFS/Makefile.in @@ -3,7 +3,7 @@ CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LDSHFLAGS = -shared -srcdir = @builddir@ +srcdir = ../../source/ FLAGS = $(CFLAGS) -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper -I. $(CPPFLAGS) -I$(srcdir) # Auto target |