Commit fd5c4f90 by Stéphane Graber

tests/Makefile.am: Update for bionic

-lpthread doesn't exist and isn't necessary on bionic. Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com> Acked-by: 's avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
parent 5c0f1b3b
if ENABLE_TESTS if ENABLE_TESTS
LDADD = ../lxc/liblxc.so -lpthread LDADD = ../lxc/liblxc.so
if !IS_BIONIC
LDADD += -lpthread
endif
lxc_test_containertests_SOURCES = containertests.c lxc_test_containertests_SOURCES = containertests.c
lxc_test_locktests_SOURCES = locktests.c lxc_test_locktests_SOURCES = locktests.c
lxc_test_startone_SOURCES = startone.c lxc_test_startone_SOURCES = startone.c
......
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