From 6561612a64a52d93260444066a266adb06ac71ad Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Tue, 24 Oct 2017 22:12:48 +0200 Subject: Initial working version as independent repo --- conf.d/cmake/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 8157981..6d91045 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -201,7 +201,7 @@ endif() if(EXISTS ${CMAKE_SOURCE_DIR}/../afb-controller/build/afb-source/afb-control-afb.so) set(CTL_BUILD_PATH "--binding=../../afb-controller/build/afb-source/afb-control-afb.so") endif() -set(CLOSING_MESSAGE "Debug from afb-daemon --port=1234 ${MONITORING_ALIAS} --ldpaths=. ${CTL_BUILD_PATH} --workdir=. --roothttp=../htdocs --tracereq=common --token= --verbose ") +set(CLOSING_MESSAGE "Debug: afb-daemon --name=afb-aaaa-hal --port=1234 ${MONITORING_ALIAS} --ldpaths=package/lib:../../alsa-4a/build/package/lib ${CTL_BUILD_PATH} --workdir=. --roothttp=../htdocs --token= --verbose ") set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt") # When Present LUA is used by the controller -- cgit 1.2.3-korg