mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 13:11:55 +00:00
Remove systemd and it comes with DEP_LIBS
This commit is contained in:
parent
fdb8671c40
commit
af6ab257ea
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ libmiracle_shared_la_SOURCES = \
|
|||
util.h \
|
||||
wpas.h \
|
||||
wpas.c
|
||||
libmiracle_shared_la_LIBADD = -lsystemd \
|
||||
libmiracle_shared_la_LIBADD = \
|
||||
$(DEPS_LIBS) \
|
||||
$(GLIB_LIBS) \
|
||||
$(LIBM)
|
||||
|
|
Loading…
Reference in a new issue