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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user