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
23
src/shared/Makefile.am
Normal file
23
src/shared/Makefile.am
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
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
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue