Changeset 1141 for trunk/libtorrent/test/Makefile.am
- Timestamp:
- 03/06/10 11:35:37 (2 years ago)
- Files:
-
- 1 modified
-
trunk/libtorrent/test/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/test/Makefile.am
r1137 r1141 1 1 TESTS = LibTorrentTest 2 2 check_PROGRAMS = $(TESTS) 3 LibTorrentTest_LDADD = \ 4 ../src/libtorrent.la 5 3 6 LibTorrentTest_SOURCES = \ 4 7 rak/allocators_test.cc \ … … 14 17 main.cc 15 18 16 LibTorrentTest_LDADD = \17 ../src/libtorrent.la18 19 19 LibTorrentTest_CXXFLAGS = $(CPPUNIT_CFLAGS) 20 20 LibTorrentTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
