From 99fee3e831943bb16340566e3b435a4a06073a10 Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 17 Sep 2024 17:34:54 -0400 Subject: [PATCH] Makefile.am : Added comments. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 85acce7..a514320 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,6 +71,7 @@ src_caw_caw_SOURCES = $(libcwHDR) $(libcwSRC) src/caw/main.cpp # 2) -ldl is required for dlopen(),dlclose() ... # src_caw_caw_LDADD = libcw.la -lpthread -ldl +# note: libdl is the dynamic loader library src_caw_caw_LDADD = -lpthread -ldl if cwFFTW