mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
Honor ~/.miraclecast or ~/.config/miraclecastrc Properties avaliable: - wifid: log-level - sinkctl: external-player, rstp-port, log-level, log-journal-level, autocmd - wifictl: log-level, journal-log-level Command line has always higher priority over ini files fixes #113
23 lines
373 B
Makefile
23 lines
373 B
Makefile
include $(top_srcdir)/common.am
|
|
noinst_LTLIBRARIES = libmiracle-shared.la
|
|
|
|
libmiracle_shared_la_SOURCES = \
|
|
rtsp.h \
|
|
rtsp.c \
|
|
shl_dlist.h \
|
|
shl_htable.h \
|
|
shl_htable.c \
|
|
shl_log.h \
|
|
shl_log.c \
|
|
shl_macro.h \
|
|
shl_ring.h \
|
|
shl_ring.c \
|
|
shl_util.h \
|
|
shl_util.c \
|
|
util.h \
|
|
wpas.h \
|
|
wpas.c
|
|
libmiracle_shared_la_LIBADD = -lsystemd \
|
|
$(DEPS_LIBS) \
|
|
$(GLIB_LIBS)
|
|
|