Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]> --- helper/test/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am index 545db73..8073283 100644 --- a/helper/test/Makefile.am +++ b/helper/test/Makefile.am @@ -28,10 +28,10 @@ EXTRA_DIST = odpthreads_as_processes odpthreads_as_pthreads dist_chksum_SOURCES = chksum.c dist_odpthreads_SOURCES = odpthreads.c -odpthreads_LDADD = $(LIB)/libodphelper-linux.la $(LIB)/libodp-linux.la +odpthreads_LDADD = $(LIB)/libodphelper-@[email protected] $(LIB)/libodp-@[email protected] dist_thread_SOURCES = thread.c -thread_LDADD = $(LIB)/libodphelper-linux.la $(LIB)/libodp-linux.la +thread_LDADD = $(LIB)/libodphelper-@[email protected] $(LIB)/libodp-@[email protected] dist_process_SOURCES = process.c dist_parse_SOURCES = parse.c -process_LDADD = $(LIB)/libodphelper-linux.la $(LIB)/libodp-linux.la +process_LDADD = $(LIB)/libodphelper-@[email protected] $(LIB)/libodp-@[email protected] dist_table_SOURCES = table.c -- 2.10.1.4.g0ffc436
