autotools: specify tirpc lib to link the tooltalk binaries

Newer ubuntu's do not seem to honor the implied library dependency of
libtt->libtirpc, so we must explicitly specify libtirpc when linking
them.
This commit is contained in:
Jon Trulson
2021-05-31 11:37:18 -06:00
parent 248c75515e
commit e8345c9241
7 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ include ../../tooltalk.inc
bin_PROGRAMS = ttdbck
ttdbck_LDADD = ../../slib/libstt.a ../../mini_isam/libisam.a @LIBTT@ \
$(XTOOLLIB)
$(TIRPCLIB) $(XTOOLLIB)
ttdbck_CXXFLAGS = -I../../slib -I../../lib -I../../mini_isam \
$(TT_VERSION_DEFINE)