diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-01-10 19:27:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:50 -0500 |
commit | 1ffbe8fec8923a044b0280e230fc224f1a60419f (patch) | |
tree | bb8b10f0662060a7e2ef0585ea6b6ac5e46f58e3 /examples/pdb/Makefile | |
parent | deaaa6ee9ee0e3f170498baabca4a175453718ed (diff) | |
download | samba-1ffbe8fec8923a044b0280e230fc224f1a60419f.tar.gz samba-1ffbe8fec8923a044b0280e230fc224f1a60419f.tar.bz2 samba-1ffbe8fec8923a044b0280e230fc224f1a60419f.zip |
r4653: Output file of "test" pdb backend should be called test.so
(This used to be commit 95c8727045fab0c6aa3446871e19e7b29c20382d)
Diffstat (limited to 'examples/pdb/Makefile')
-rw-r--r-- | examples/pdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pdb/Makefile b/examples/pdb/Makefile index 5c0eb6fc80..10980ae62e 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 |