build: fix dbus-loop build
We need to include everything in the distribution and fix the include-path, otherwise, we might get "distcheck" errors. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
667f5d16f6
commit
d84ed347bf
@ -274,6 +274,7 @@ libeloop_la_SOURCES = \
|
||||
|
||||
if EV_HAVE_DBUS
|
||||
libeloop_la_SOURCES += \
|
||||
external/dbus-common.h \
|
||||
external/dbus-loop.h \
|
||||
external/dbus-loop.c
|
||||
endif
|
||||
|
4
external/dbus-loop.c
vendored
4
external/dbus-loop.c
vendored
@ -27,8 +27,8 @@
|
||||
#include <sys/timerfd.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "dbus-loop.h"
|
||||
#include "dbus-common.h"
|
||||
#include "external/dbus-loop.h"
|
||||
#include "external/dbus-common.h"
|
||||
|
||||
/* Minimal implementation of the dbus loop which integrates all dbus
|
||||
* events into a single epoll fd which we can triviall integrate with
|
||||
|
Loading…
x
Reference in New Issue
Block a user