summaryrefslogtreecommitdiff
path: root/examples/VFS/Makefile
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-11-06 20:01:03 +0000
committerJeremy Allison <jra@samba.org>2000-11-06 20:01:03 +0000
commit5ba7235f0f3bd5ec08e3798795af0c56b1f0e5f5 (patch)
tree0c6491b3dd6444831c9a444a12843f1b747af5fa /examples/VFS/Makefile
parentf68bbb4b665376b75a04af349a475928a3721d73 (diff)
downloadsamba-5ba7235f0f3bd5ec08e3798795af0c56b1f0e5f5.tar.gz
samba-5ba7235f0f3bd5ec08e3798795af0c56b1f0e5f5.tar.bz2
samba-5ba7235f0f3bd5ec08e3798795af0c56b1f0e5f5.zip
Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>.
Jeremy. (This used to be commit 5d6dec3a94f496651a5f0643ab228c975911e6cd)
Diffstat (limited to 'examples/VFS/Makefile')
-rw-r--r--examples/VFS/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/VFS/Makefile b/examples/VFS/Makefile
index bb0c307fe9..581e1a06fb 100644
--- a/examples/VFS/Makefile
+++ b/examples/VFS/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for samba-vfs examples
#
-# $Id: Makefile,v 1.3 2000/04/05 22:41:42 tpot Exp $
+# $Id: Makefile,v 1.4 2000/11/06 20:01:03 jra Exp $
#
# Variables
@@ -9,8 +9,11 @@
CC = gcc
LIBTOOL = libtool
-SAMBA_SRC = ../../source/include
-CFLAGS = -I$(SAMBA_SRC)
+SAMBA_SRC = ../../source
+SAMBA_INCL = ../../source/include
+UBIQX_SRC = ../../source/ubiqx
+SMBWR_SRC = ../../source/smbwrapper
+CFLAGS = -I$(SAMBA_SRC) -I$(SAMBA_INCL) -I$(UBIQX_SRC) -I$(SMBWR_SRC) -Wall -g
VFS_OBJS = audit.so skel.so
# Default target