Changeset 7455 for branches/1.4x/libtransmission/Makefile.am
- Timestamp:
- Dec 22, 2008, 12:51:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/libtransmission/Makefile.am
r7294 r7455 110 110 clients-test \ 111 111 json-test \ 112 peer-msgs-test \ 112 113 rpc-test \ 113 test-fastset \114 114 test-peer-id \ 115 115 utils-test … … 152 152 rpc_test_LDFLAGS = ${apps_ldflags} 153 153 154 test_fastset_SOURCES = test-fastset.c155 test_fastset_LDADD = ${apps_ldadd}156 test_fastset_LDFLAGS = ${apps_ldflags}154 peer_msgs_test_SOURCES = peer-msgs-test.c 155 peer_msgs_test_LDADD = ${apps_ldadd} 156 peer_msgs_test_LDFLAGS = ${apps_ldflags} 157 157 158 158 test_peer_id_SOURCES = test-peer-id.c
Note: See TracChangeset
for help on using the changeset viewer.