1
0
Fork 0
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:
Alberto Fanjul 2023-11-13 00:48:03 +01:00
parent fdb8671c40
commit af6ab257ea

View file

@ -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)