Commit 1ac0b7d6 authored by Ilya Leoshkevich's avatar Ilya Leoshkevich

unit tests: depend on libtool rather than on platform-specific output

parent 1f8866ef
......@@ -20,7 +20,7 @@ unit_tests_SOURCES = hash_of.cpp \
test__type_list.cpp \
test__uniform_type.cpp
unit_tests_DEPENDENCIES = ../.libs/libcppa.dylib
unit_tests_DEPENDENCIES = ../.libs/libcppa.la
AM_CPPFLAGS = -I../
unit_tests_CXXFLAGS = --std=c++0x -pedantic -Wall -Wextra
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment