1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r4653: Output file of "test" pdb backend should be called test.so

(This used to be commit 95c8727045)
This commit is contained in:
Jelmer Vernooij 2005-01-10 19:27:24 +00:00 committed by Gerald (Jerry) Carter
parent deaaa6ee9e
commit 1ffbe8fec8
3 changed files with 2 additions and 2 deletions

View 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

View 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..