summaryrefslogtreecommitdiff
path: root/examples/VFS
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2005-07-20 20:30:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:14 -0500
commit8c09716c91e0bb2ef90a9f81e093048077581e47 (patch)
treea4b297c8e8d6298f9685a00e7dc2f0b181a4d13b /examples/VFS
parenta3ceabf7c678b5e7f77cc073cf535498ffc67eb6 (diff)
downloadsamba-8c09716c91e0bb2ef90a9f81e093048077581e47.tar.gz
r8657: Add -fPIC which is the case for all other Samba shared libs.
Fix bug #2060.
Diffstat (limited to 'examples/VFS')
-rw-r--r--examples/VFS/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in
index c368974bd5e..7d04ad9f3a0 100644
--- a/examples/VFS/Makefile.in
+++ b/examples/VFS/Makefile.in
@@ -7,7 +7,7 @@ INSTALLCMD = @INSTALL@
SAMBA_SOURCE = @SAMBA_SOURCE@
SHLIBEXT = @SHLIBEXT@
OBJEXT = @OBJEXT@
-FLAGS = $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/ubiqx -I$(SAMBA_SOURCE)/smbwrapper -I. $(CPPFLAGS) -I$(SAMBA_SOURCE)
+FLAGS = $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/ubiqx -I$(SAMBA_SOURCE)/smbwrapper -I. $(CPPFLAGS) -I$(SAMBA_SOURCE) -fPIC
prefix = @prefix@