1
0
Fork 0
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:
albfan 2015-03-08 12:22:05 +01:00
parent 1b1751043b
commit f884dd858c
12 changed files with 230 additions and 299 deletions

17
src/wifi/Makefile.am Normal file
View 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)