1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00
miraclecast/src/shared/Makefile.am
albfan 04a1ec8aa3 Ini files for miracle-wifid
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
2017-04-04 22:00:39 +02:00

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)