summaryrefslogtreecommitdiffstats
path: root/examples/pdb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-01-10 19:27:24 +0000
committerJelmer Vernooij <jelmer@samba.org>2005-01-10 19:27:24 +0000
commit7a7428993f88bdc7917bb463cde069445ffd4ac0 (patch)
treeb594836d3ce7aa21322f63ebe7fb279f7963eb3e /examples/pdb
parentcd313619437db281c392e071a535ae76433eee11 (diff)
downloadsamba-7a7428993f88bdc7917bb463cde069445ffd4ac0.tar.gz
samba-7a7428993f88bdc7917bb463cde069445ffd4ac0.tar.xz
samba-7a7428993f88bdc7917bb463cde069445ffd4ac0.zip
r4653: Output file of "test" pdb backend should be called test.so
Diffstat (limited to 'examples/pdb')
-rw-r--r--examples/pdb/Makefile2
-rw-r--r--examples/pdb/README2
-rw-r--r--examples/pdb/test.c (renamed from examples/pdb/pdb_test.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/examples/pdb/Makefile b/examples/pdb/Makefile
index 5c0eb6fc808..10980ae62e2 100644
--- a/examples/pdb/Makefile
+++ b/examples/pdb/Makefile
@@ -9,7 +9,7 @@ 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 -I/usr/include/heimdal -fPIC
-PDB_OBJS = pdb_test.so
+PDB_OBJS = test.so
# Default target
diff --git a/examples/pdb/README b/examples/pdb/README
index ab1baed2366..baceb8e6009 100644
--- a/examples/pdb/README
+++ b/examples/pdb/README
@@ -3,7 +3,7 @@ README for Samba Password Database (PDB) examples
Jelmer Vernooij <jelmer@nl.linux.org>
Stefan (metze) Metzmacher <metze@samba.org>
-The pdb_test.c file in this directory contains a very basic example of
+The test.c file in this directory contains a very basic example of
a pdb plugin. It just prints the name of the function that is executed using
DEBUG. Maybe it's nice to include some of the arguments to the function in the
future too..
diff --git a/examples/pdb/pdb_test.c b/examples/pdb/test.c
index a10d66005f5..a10d66005f5 100644
--- a/examples/pdb/pdb_test.c
+++ b/examples/pdb/test.c