diff options
author | Volker Lendecke <vlendec@samba.org> | 2003-12-30 21:12:36 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2003-12-30 21:12:36 +0000 |
commit | 2abf5f928fc974f0f03443f4bf3b8a8e97738aa1 (patch) | |
tree | e8331308f41c50b246f2c139f5bf3fdc1fda2d27 /examples/pdb/Makefile | |
parent | 0ac7dcce6ba47517cd279907071cb50b16b82d16 (diff) | |
download | samba-2abf5f928fc974f0f03443f4bf3b8a8e97738aa1.tar.gz samba-2abf5f928fc974f0f03443f4bf3b8a8e97738aa1.tar.bz2 samba-2abf5f928fc974f0f03443f4bf3b8a8e97738aa1.zip |
Another little one: Make pdb_test.c at least compile, although its way out of
date.
Volker
(This used to be commit 5d7a14166af3daf04b570fd5f66469d5db5a3500)
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 115fd3c87e..a53cd5d5e2 100644 --- a/examples/pdb/Makefile +++ b/examples/pdb/Makefile @@ -8,7 +8,7 @@ SAMBA_SRC = ../../source 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 +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 # Default target |