From 0b6e1e2c5585d811130de4ccc2dd0a564889e6d0 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 24 Sep 2020 11:42:52 -0400 Subject: [PATCH] Makefile.am : Added comments. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5cba293..41fe48e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,7 +54,8 @@ include_HEADERS += $(libcwHDR) src_cwtest_cwtest_SOURCES = src/cwtest/main.cpp -# autoconfig manual recommends setting direct referenes to non-3rd party libraries rather than using -L and -l +# 1) autoconfig manual recommends setting direct referenes to non-3rd party libraries rather than using -L and -l +# 2) -ldl is required for dlopen(),dlclose() ... src_cwtest_cwtest_LDADD = libcw.la -lpthread -ldl if cwWEBSOCK