build: fix dbus-loop build
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 8 Sep 2012 14:18:19 +0000 (16:18 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 8 Sep 2012 14:18:19 +0000 (16:18 +0200)
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>
Makefile.am
external/dbus-loop.c

index 3ca40b7..697f3ff 100644 (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
index 592b0a3..6616418 100644 (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