Makefile.am : Added comments.

This commit is contained in:
kevin 2024-09-17 17:34:54 -04:00
parent c8dfba5e49
commit 99fee3e831

View File

@ -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