Makefile.am : Added comments.

This commit is contained in:
kevin 2020-09-24 11:42:52 -04:00
parent f4175846ae
commit 0b6e1e2c55

View File

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