dect
/
libdect
Archived
13
0
Fork 0

build: fix compilation on FC16

FC16 apparently needs -ldl, probably for SDL (examples/).

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2011-12-09 18:44:32 +01:00
parent 5c7fbfa614
commit ee513d78ff
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ docdir = @docdir@
pdfdir = @pdfdir@
confdir = @sysconfdir@/dect
LDFLAGS += @LDFLAGS@
LDFLAGS += @LDFLAGS@ -ldl # libdl for SDL?
LDFLAGS += @LIBS@
CPPFLAGS += @CPPFLAGS@