diff test/plain_c++/Makefile.generic @ 547:917d5d213815

- integrate test/callback_plain_c++ into main build
author Tassilo Philipp
date Tue, 31 May 2022 19:59:10 +0200
parents 3e629dc19168
children
line wrap: on
line diff
--- a/test/plain_c++/Makefile.generic	Tue May 31 19:29:34 2022 +0200
+++ b/test/plain_c++/Makefile.generic	Tue May 31 19:59:10 2022 +0200
@@ -3,7 +3,7 @@
 SRCTOP    = ${VPATH}/../..
 BLDTOP    = ../..
 CXXFLAGS += -I${SRCTOP}/dyncall
-LDLIBS   += -L${BLDTOP}/dyncall -ldyncall_s 
+LDLIBS   += -L${BLDTOP}/dyncall -ldyncall_s  -L${BLDTOP}/dyncallback -ldyncallback_s
 .PHONY: all clean install
 all: ${APP}
 ${APP}: ${OBJS}