diff options
author | Günther Deschner <gd@samba.org> | 2008-03-05 13:20:32 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-03-06 09:13:56 +0100 |
commit | f9e85e579cac2546fe201a5e015a8d60bd6ace28 (patch) | |
tree | 3504e6f52d522e85b5a81dfcc2717f9f75da396b | |
parent | 5fad32a4cecd2dfd9aabe08ab767d782e19d4337 (diff) | |
download | samba-f9e85e579cac2546fe201a5e015a8d60bd6ace28.tar.gz samba-f9e85e579cac2546fe201a5e015a8d60bd6ace28.tar.bz2 samba-f9e85e579cac2546fe201a5e015a8d60bd6ace28.zip |
Add PICFLAG to libnetapi Makefile.
Guenther
(cherry picked from commit 29fca3c0353f2be4577613d7e38fbc51d2a370fa)
(This used to be commit 1e7ee35c0cb937405689f58e8846016b2ab44582)
-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@ |