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:
David Herrmann 2012-09-08 16:18:19 +02:00
parent 667f5d16f6
commit d84ed347bf
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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