Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 1ce12ff

Browse files
committed
Do service introspection on device creation
Fixes #104 Fixes #164
1 parent 594015e commit 1ce12ff

File tree

6 files changed

+418
-201
lines changed

6 files changed

+418
-201
lines changed

libdleyna/renderer/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ libdleyna_renderer_1_0_la_LDFLAGS = -version-info $(DLEYNA_RENDERER_VERSION) \
2222
libdleyna_renderer_1_0_la_SOURCES = $(libdleyna_rendererinc_HEADERS) \
2323
async.c \
2424
device.c \
25+
gasync.c \
2526
host-service.c \
2627
manager.c \
2728
server.c \
@@ -53,6 +54,7 @@ sysconf_DATA = dleyna-renderer-service.conf
5354
EXTRA_DIST = $(sysconf_DATA) \
5455
async.h \
5556
device.h \
57+
gasync.h \
5658
host-service.h \
5759
prop-defs.h \
5860
manager.h \

0 commit comments

Comments
 (0)