From bc35ed434504fa6953e6ea4be2677ee4ab75d5d0 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 19 Nov 2020 06:39:33 +0100 Subject: [PATCH] Fix building the tests on Linux --- tests/project.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/project.conf b/tests/project.conf index f379935..50cc2cc 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -28,7 +28,7 @@ depends=$(OBJDIR)../src/modems/hayes.o,../config.h [modems] type=binary cflags=`pkg-config --cflags libDesktop` -ldflags=`pkg-config --libs libDesktop` +ldflags=`pkg-config --libs libDesktop` -ldl sources=modems.c [oss] @@ -53,7 +53,7 @@ depends=$(OBJDIR)../src/modems/hayes.o [plugins] type=binary cflags=`pkg-config --cflags libDesktop` -ldflags=`pkg-config --libs libDesktop` +ldflags=`pkg-config --libs libDesktop` -ldl sources=plugins.c [tests.log]