Skip to content

Commit e12f17b

Browse files
committed
Merge pull request rakshasa#60 from ingmarv/test-build-failure
build: correct library dependencies for tests
2 parents 7bf571c + ca22567 commit e12f17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ LibTorrentTest_LDADD = \
1010
../src/torrent/peer/libsub_torrentpeer.la \
1111
../src/data/libsub_data.la \
1212
../src/dht/libsub_dht.la \
13-
../src/download/libsub_download.la \
1413
../src/net/libsub_net.la \
1514
../src/protocol/libsub_protocol.la \
15+
../src/download/libsub_download.la \
1616
../src/tracker/libsub_tracker.la \
1717
../src/utils/libsub_utils.la \
1818
../src/torrent/utils/libsub_torrentutils.la

0 commit comments

Comments
 (0)