diff options
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 |