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]
|
||||
type=binary
|
||||
ldflags=-ldl
|
||||
sources=applets.c
|
||||
|
||||
[applets2]
|
||||
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
|
||||
|
||||
[fixme.log]
|
||||
|
|
Loading…
Reference in New Issue
Block a user