diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-15 16:10:57 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-15 16:10:57 +0000 |
commit | 9eeab10e54e9e94082ced649b33ee45b4f59f858 (patch) | |
tree | d8f15fe653360a75074819eb507fcd073170556a /examples | |
parent | 3300eb086ed1704d535b7ef8201a2dd886b88dcc (diff) | |
download | samba-9eeab10e54e9e94082ced649b33ee45b4f59f858.tar.gz samba-9eeab10e54e9e94082ced649b33ee45b4f59f858.tar.bz2 samba-9eeab10e54e9e94082ced649b33ee45b4f59f858.zip |
[merge]
* 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)
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 46e1a90263..30019caccd 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 |