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:
parent
deaaa6ee9e
commit
1ffbe8fec8
@ -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
|
||||
|
||||
|
@ -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..
|
||||
|
Loading…
Reference in New Issue
Block a user