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]
|
[modems]
|
||||||
type=binary
|
type=binary
|
||||||
cflags=`pkg-config --cflags libDesktop`
|
cflags=`pkg-config --cflags libDesktop`
|
||||||
ldflags=`pkg-config --libs libDesktop`
|
ldflags=`pkg-config --libs libDesktop` -ldl
|
||||||
sources=modems.c
|
sources=modems.c
|
||||||
|
|
||||||
[oss]
|
[oss]
|
||||||
|
@ -53,7 +53,7 @@ depends=$(OBJDIR)../src/modems/hayes.o
|
||||||
[plugins]
|
[plugins]
|
||||||
type=binary
|
type=binary
|
||||||
cflags=`pkg-config --cflags libDesktop`
|
cflags=`pkg-config --cflags libDesktop`
|
||||||
ldflags=`pkg-config --libs libDesktop`
|
ldflags=`pkg-config --libs libDesktop` -ldl
|
||||||
sources=plugins.c
|
sources=plugins.c
|
||||||
|
|
||||||
[tests.log]
|
[tests.log]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user