summaryrefslogtreecommitdiffstats
path: root/examples/VFS/Makefile.in
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
commit042d4b86f55ac82fade7dc14ab00a23b0380753b (patch)
tree1ddb69f1cf8bd24ebaa9a359eaca61f24210b9b2 /examples/VFS/Makefile.in
parentaa63997c2341e565c8a81716ed44bca3d6c27798 (diff)
downloadsamba-042d4b86f55ac82fade7dc14ab00a23b0380753b.tar.gz
samba-042d4b86f55ac82fade7dc14ab00a23b0380753b.tar.xz
samba-042d4b86f55ac82fade7dc14ab00a23b0380753b.zip
r8657: Add -fPIC which is the case for all other Samba shared libs.
Fix bug #2060. (This used to be commit 8c09716c91e0bb2ef90a9f81e093048077581e47)
Diffstat (limited to 'examples/VFS/Makefile.in')
-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@