add PTHREAD_LIBADD
authorLove Hornquist Astrand <lha@h5l.org>
Thu, 17 Dec 2009 08:25:01 +0000 (09:25 +0100)
committerLove Hornquist Astrand <lha@h5l.org>
Thu, 17 Dec 2009 08:25:01 +0000 (09:25 +0100)
tools/Makefile.am

index 07ea5bcc7ea901a1966fce1a547104f880315c7e..bdfa08ca3d51f05ffa91b20eebad0035d1f03e0b 100644 (file)
@@ -20,6 +20,7 @@ subst = sed   -e "s!@PACKAGE\@!$(PACKAGE)!g" \
                -e "s!@exec_prefix\@!$(exec_prefix)!g" \
                -e "s!@libdir\@!$(libdir)!g" \
                -e "s!@includedir\@!$(includedir)!g" \
+               -e "s!@PTHREAD_LIBADD\@!$(PTHREAD_LIBADD)!g" \
                -e "s!@LIB_crypt\@!$(LIB_crypt)!g" \
                -e "s!@LIB_dbopen\@!$(LIB_dbopen)!g" \
                -e "s!@INCLUDE_hcrypto\@!$(INCLUDE_hcrypto)!g" \