tt: fix link order for tt_type_comp and dbck

These caused link errors on Gentoo, maybe other systems.

Patch by Peter G.
This commit is contained in:
Jon Trulson
2020-03-24 11:34:51 -06:00
parent 137bbf383e
commit 316ab9c9db
2 changed files with 2 additions and 2 deletions

View File

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