summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-05-04 00:35:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:42 -0500
commit4ab90ea08c9337128a75a34662c27a3d6bf88d32 (patch)
tree2a9e008af2e82cb0106dfc4f92a67b97b5eccc34 /source3/Makefile.in
parent7fbc91995e2d3330daed6353ec417a0b08408ed4 (diff)
downloadsamba-4ab90ea08c9337128a75a34662c27a3d6bf88d32.tar.gz
samba-4ab90ea08c9337128a75a34662c27a3d6bf88d32.tar.bz2
samba-4ab90ea08c9337128a75a34662c27a3d6bf88d32.zip
r15424: Implement a "stacktrace" smbcontrol option using libunwind's remote
stack tracing support. This provides an easy way for users to provide stack traces (hopefully it will be implemented on something other than ia64). (This used to be commit 0b5e07e12daa98095dae27e0a6d53fe8ec3f3700)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 6d7919bfbf..773eb65016 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -974,9 +974,9 @@ bin/smbstatus@EXEEXT@: $(STATUS_OBJ) @BUILD_POPT@ bin/.dummy
bin/smbcontrol@EXEEXT@: $(SMBCONTROL_OBJ) @BUILD_POPT@ bin/.dummy
@echo Linking $@
- @$(CC) -DUSING_SMBCONTROL $(FLAGS) @PIE_LDFLAGS@ -o $@ $(SMBCONTROL_OBJ) $(DYNEXP) \
- $(LDFLAGS) $(LIBS) \
- @POPTLIBS@
+ @$(CC) -DUSING_SMBCONTROL $(FLAGS) @PIE_LDFLAGS@ -o $@ \
+ $(SMBCONTROL_OBJ) $(DYNEXP) $(LDFLAGS) \
+ $(LIBS) @LIBUNWIND_PTRACE@ @POPTLIBS@
bin/smbtree@EXEEXT@: $(SMBTREE_OBJ) @BUILD_POPT@ bin/.dummy
@echo Linking $@