commit | a1a0c24543f2c39014bb9c222b2b670459447282 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 16 21:52:47 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 16 21:52:47 2014 -0800 |
tree | f40c7d378524f34cce0920d7d6331d2c98ad2ec4 | |
parent | 22a315f97f27b08be5c968a68c02b417488baf79 [diff] |
build: Correcting dependencies in [examples/tests/tests_boost]/Makefile.am so the code can be compiled on Linux Change-Id: I755faa16f3c1eb5b3a8f89a46a67533ef7efb89c
diff --git a/tests/Makefile.am b/tests/Makefile.am index 15ffc39..09627f2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am
@@ -1,5 +1,5 @@ -LDADD = ../libndn-cpp.la +LDADD = ../libndn-cpp.la @BOOST_SYSTEM_LIB@ noinst_PROGRAMS = \ test-get-async \