mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
split monolithic Makefile.am to follow autotools standards
This commit is contained in:
parent
1b1751043b
commit
f884dd858c
12 changed files with 230 additions and 299 deletions
17
src/wifi/Makefile.am
Normal file
17
src/wifi/Makefile.am
Normal file
|
@ -0,0 +1,17 @@
|
|||
include $(top_srcdir)/common.am
|
||||
bin_PROGRAMS = miracle-wifid
|
||||
|
||||
miracle_wifid_SOURCES = \
|
||||
wifid.h \
|
||||
wifid.c \
|
||||
wifid-dbus.c \
|
||||
wifid-link.c \
|
||||
wifid-peer.c \
|
||||
wifid-supplicant.c
|
||||
miracle_wifid_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS) \
|
||||
$(DEPS_CFLAGS)
|
||||
miracle_wifid_LDADD = \
|
||||
../shared/libmiracle-shared.la \
|
||||
$(DEPS_LIBS)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue