summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2012-03-23 07:39:45 -0700
committerRichard Sharpe <sharpe@samba.org>2012-03-24 03:18:37 +0100
commita15aefea27fffcbf622f7032e5d50628189a49bd (patch)
tree6f2186a922c0f3287ba5e8ca41031100a90e07f7 /examples
parent9e17e7d7f28bc186d316f8b8c89e0c6d266a2196 (diff)
downloadsamba-a15aefea27fffcbf622f7032e5d50628189a49bd.tar.gz
samba-a15aefea27fffcbf622f7032e5d50628189a49bd.tar.bz2
samba-a15aefea27fffcbf622f7032e5d50628189a49bd.zip
Make it possible for developers of out-of-tree modules to use the same names as in-tree modules.
Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Sat Mar 24 03:18:38 CET 2012 on sn-devel-104
Diffstat (limited to 'examples')
-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 bbb66be83b..55e2c04187 100644
--- a/examples/VFS/Makefile.in
+++ b/examples/VFS/Makefile.in
@@ -45,7 +45,7 @@ skel_transparent.@SHLIBEXT@: skel_transparent.@OBJEXT@
.c.@OBJEXT@:
@echo "Compiling $<"
- @$(CC) $(FLAGS) -c $<
+ @$(CC) $(FLAGS) -c $< -D$(basename $@)_init=samba_init_module
install: default