summaryrefslogtreecommitdiff
path: root/examples/VFS/Makefile
diff options
context:
space:
mode:
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