summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorhunt <hunt>2006-11-09 18:26:00 +0000
committerhunt <hunt>2006-11-09 18:26:00 +0000
commit32847987f531bdbcb2d15a11143daf8a2bc09e12 (patch)
tree581d0f0b0b30d001887f565804bd4aedf3530003 /Makefile.in
parentc1536577c09d364efdd939366e15acd38711fa9d (diff)
downloadsystemtap-steved-32847987f531bdbcb2d15a11143daf8a2bc09e12.tar.gz
systemtap-steved-32847987f531bdbcb2d15a11143daf8a2bc09e12.tar.xz
systemtap-steved-32847987f531bdbcb2d15a11143daf8a2bc09e12.zip
2006-11-09 Martin Hunt <hunt@redhat.com>
* Makefile.am (staprun_LDADD): Need PROCFLAGS here too.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a2ae444e..90f9dc57 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -266,7 +266,7 @@ CLEANFILES = $(am__append_3) $(pkglibexec_SCRIPTS)
@BUILD_ELFUTILS_TRUE@stap_DEPENDENCIES = lib-elfutils/libdw.so
staprun_SOURCES = runtime/stpd/stpd.c runtime/stpd/librelay.c runtime/stpd/symbols.c
staprun_CFLAGS = @PROCFLAGS@
-staprun_LDADD = -lpthread
+staprun_LDADD = @PROCFLAGS@ -lpthread
pkglibexec_SCRIPTS = stp_check
loc2c_test_SOURCES = loc2c-test.c loc2c.c
loc2c_test_CPPFLAGS = $(stap_CPPFLAGS)