diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c4343892..e701e660 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,8 +54,7 @@ endif 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 CLEANFILES += $(pkglibexec_SCRIPTS) |