search for: samba_sourc

Displaying 1 result from an estimated 1 matches for "samba_sourc".

Did you mean: samba_source
2007 Feb 28
2
VFS module and C++
...alization does work")); return smb_register_vfs(SMB_VFS_INTERFACE_VERSION, "mytest_vfs", skel_op_tuples); } }; And my Makefile: CC = gcc CFLAGS = -g -O2 CPPFLAGS = LDFLAGS = LDSHFLAGS = -shared INSTALLCMD = /usr/bin/install -c SAMBA_SOURCE = ../../source SHLIBEXT = so OBJEXT = o FLAGS = $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/popt -I$(SAMBA_SOURCE)/smbwrapper -I. $(CPPFLAGS) -I$(SAMBA_SOURCE) -I/home/roman/ace/ACE_wrappers/TAO/tao -fPIC prefix = /usr/local/samba libdir...