diff test/callback_plain/Makefile.generic @ 443:c1eba6f08064

- added test/suite_aggr to makefiles
author Tassilo Philipp
date Wed, 26 Jan 2022 16:14:07 +0100
parents 3e629dc19168
children 1359f3b57219
line wrap: on
line diff
--- a/test/callback_plain/Makefile.generic	Wed Jan 26 16:00:39 2022 +0100
+++ b/test/callback_plain/Makefile.generic	Wed Jan 26 16:14:07 2022 +0100
@@ -3,7 +3,7 @@
 SRCTOP  = ${VPATH}/../..
 BLDTOP  = ../..
 CFLAGS += -I${SRCTOP}/dyncall
-LDLIBS += -L${BLDTOP}/dyncallback -ldyncallback_s
+LDLIBS  += -L${BLDTOP}/dyncall -ldyncall_s -L${BLDTOP}/dyncallback -ldyncallback_s
 .PHONY: all clean install
 all: ${APP}
 ${APP}: ${OBJS}