Fix building the tests on Linux
This commit is contained in:
parent
5afc416a1c
commit
7148c1862c
|
@ -8,11 +8,12 @@ dist=Makefile,embedded.sh,fixme.sh,htmllint.sh,tests.sh,xmllint.sh
|
||||||
|
|
||||||
[applets]
|
[applets]
|
||||||
type=binary
|
type=binary
|
||||||
|
ldflags=-ldl
|
||||||
sources=applets.c
|
sources=applets.c
|
||||||
|
|
||||||
[applets2]
|
[applets2]
|
||||||
type=binary
|
type=binary
|
||||||
ldflags=-L../src -L$(OBJDIR). -Wl,-rpath,$(PREFIX)/lib -lPanel
|
ldflags=-L../src -L$(OBJDIR). -Wl,-rpath,$(PREFIX)/lib -lPanel -ldl
|
||||||
sources=applets2.c
|
sources=applets2.c
|
||||||
|
|
||||||
[fixme.log]
|
[fixme.log]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user