mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 15:41:57 +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 \
|
util.h \
|
||||||
wpas.h \
|
wpas.h \
|
||||||
wpas.c
|
wpas.c
|
||||||
libmiracle_shared_la_LIBADD = -lsystemd \
|
libmiracle_shared_la_LIBADD = \
|
||||||
$(DEPS_LIBS) \
|
$(DEPS_LIBS) \
|
||||||
$(GLIB_LIBS) \
|
$(GLIB_LIBS) \
|
||||||
$(LIBM)
|
$(LIBM)
|
||||||
|
|
Loading…
Reference in a new issue