mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 13:31:54 +00:00
fix autotools build for libm
This commit is contained in:
parent
850a1c6f7c
commit
fdb8671c40
1 changed files with 2 additions and 1 deletions
|
@ -19,5 +19,6 @@ libmiracle_shared_la_SOURCES = \
|
|||
wpas.c
|
||||
libmiracle_shared_la_LIBADD = -lsystemd \
|
||||
$(DEPS_LIBS) \
|
||||
$(GLIB_LIBS)
|
||||
$(GLIB_LIBS) \
|
||||
$(LIBM)
|
||||
|
||||
|
|
Loading…
Reference in a new issue