Fix building the tests on Linux
This commit is contained in:
parent
1b4594199e
commit
bc35ed4345
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user