diff options
author | Günther Deschner <gd@samba.org> | 2008-03-05 13:20:32 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-05 13:23:34 +0100 |
commit | 2223292338111e0c97419cc643aa45e05d3c7aa8 (patch) | |
tree | ea7e158838f6d8561930b75786580f4a5611e7f4 /source3/lib/netapi/examples | |
parent | 6543c5928c7c46c3fe7f7cf845dd6173c692fbe4 (diff) | |
download | samba-2223292338111e0c97419cc643aa45e05d3c7aa8.tar.gz samba-2223292338111e0c97419cc643aa45e05d3c7aa8.tar.bz2 samba-2223292338111e0c97419cc643aa45e05d3c7aa8.zip |
Add PICFLAG to libnetapi Makefile.
Guenther
(This used to be commit 29fca3c0353f2be4577613d7e38fbc51d2a370fa)
Diffstat (limited to 'source3/lib/netapi/examples')
-rw-r--r-- | source3/lib/netapi/examples/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/netapi/examples/Makefile.in b/source3/lib/netapi/examples/Makefile.in index 6de3e65546..000eef118b 100644 --- a/source3/lib/netapi/examples/Makefile.in +++ b/source3/lib/netapi/examples/Makefile.in @@ -7,6 +7,7 @@ LIBS=@LIBS@ -lnetapi -ltdb -ltalloc DEVELOPER_CFLAGS=@DEVELOPER_CFLAGS@ FLAGS=-I../ -L../../../bin @CFLAGS@ $(GTK_FLAGS) CC=@CC@ +PICFLAG=@PICFLAG@ LDFLAGS=@PIE_LDFLAGS@ @LDFLAGS@ DYNEXP=@DYNEXP@ |