diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |