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

Commit 42a4411

Browse files
committed
fixup! Do service introspection on device creation
1 parent 4bcd564 commit 42a4411

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libdleyna/renderer/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +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 \
25+
gasync-task.c \
2626
host-service.c \
2727
manager.c \
2828
server.c \
@@ -54,7 +54,7 @@ sysconf_DATA = dleyna-renderer-service.conf
5454
EXTRA_DIST = $(sysconf_DATA) \
5555
async.h \
5656
device.h \
57-
gasync.h \
57+
gasync-task.h \
5858
host-service.h \
5959
prop-defs.h \
6060
manager.h \

libdleyna/renderer/upnp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828

2929
#include <libdleyna/core/error.h>
3030
#include <libdleyna/core/log.h>
31-
#include <libdleyna/core/gasync-task.h>
3231

3332
#include "async.h"
3433
#include "device.h"
34+
#include "gasync-task.h"
3535
#include "host-service.h"
3636
#include "prop-defs.h"
3737
#include "upnp.h"

0 commit comments

Comments
 (0)