mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
15 lines
257 B
Makefile
15 lines
257 B
Makefile
include $(top_srcdir)/common.am
|
|
SUBDIRS = shared wifi dhcp ctl
|
|
|
|
bin_PROGRAMS = miracled
|
|
|
|
miracled_SOURCES = \
|
|
miracled.h \
|
|
miracled.c
|
|
miracled_CPPFLAGS = \
|
|
$(AM_CPPFLAGS) \
|
|
$(DEPS_CFLAGS)
|
|
miracled_LDADD = \
|
|
shared/libmiracle-shared.la \
|
|
$(DEPS_LIBS)
|
|
|