mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
ctl: add sinkctl
miracle-sinkctl is a very basic Miracast-Sink implementation. It is meant for debugging and as proof-of-concept. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
parent
95866f54f4
commit
4907155317
5 changed files with 1093 additions and 0 deletions
21
Makefile.am
21
Makefile.am
|
@ -132,6 +132,27 @@ miracle_wifictl_LDADD = \
|
|||
$(DEPS_LIBS)
|
||||
miracle_wifictl_LDFLAGS = $(AM_LDFLAGS)
|
||||
|
||||
#
|
||||
# miracle-sinkctl
|
||||
#
|
||||
|
||||
bin_PROGRAMS += miracle-sinkctl
|
||||
|
||||
miracle_sinkctl_SOURCES = \
|
||||
src/ctl/ctl.h \
|
||||
src/ctl/ctl-cli.c \
|
||||
src/ctl/ctl-sink.c \
|
||||
src/ctl/ctl-wifi.c \
|
||||
src/ctl/sinkctl.c
|
||||
miracle_sinkctl_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS) \
|
||||
$(DEPS_CFLAGS)
|
||||
miracle_sinkctl_LDADD = \
|
||||
libmiracle-shared.la \
|
||||
-lreadline \
|
||||
$(DEPS_LIBS)
|
||||
miracle_sinkctl_LDFLAGS = $(AM_LDFLAGS)
|
||||
|
||||
#
|
||||
# miracle-dhcp
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue