From 5566993b4076d586cd681ccfd7007b1aef423fed Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 9 Nov 2006 18:01:31 +0000 Subject: 2006-11-09 Martin Hunt * Makefile.am (staprun_CFLAGS): New. Use PROCFLAGS. * configure.ac: Add PROCFLAGS. Processor-dependent compilation flags. * configure: Rebuilt. * Makefile.in: Rebuilt. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 688f27a4..c4343892 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,6 +52,9 @@ install-exec-local: install-elfutils endif staprun_SOURCES = runtime/stpd/stpd.c runtime/stpd/librelay.c runtime/stpd/symbols.c + +staprun_CFLAGS = @PROCFLAGS@ + staprun_LDADD = -lpthread pkglibexec_SCRIPTS = stp_check -- cgit