r4653: Output file of "test" pdb backend should be called test.so
authorJelmer Vernooij <jelmer@samba.org>
Mon, 10 Jan 2005 19:27:24 +0000 (19:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:50 +0000 (10:53 -0500)
examples/pdb/Makefile
examples/pdb/README
examples/pdb/test.c [moved from examples/pdb/pdb_test.c with 100% similarity]

index 5c0eb6fc8083bae5c0608157fd1617a72f3cae20..10980ae62e27db656e9e788503263fcd90a92b37 100644 (file)
@@ -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
 
index ab1baed236655392c6172aec7c9ef8c3b766b564..baceb8e6009c2cec0229577923da2f7d497d429d 100644 (file)
@@ -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..
similarity index 100%
rename from examples/pdb/pdb_test.c
rename to examples/pdb/test.c