summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-24 13:33:28 +1100
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-24 15:27:33 +1100
commit7df470ddbb913c57e1fe681685184a67ee0a1bc3 (patch)
tree1e837517e81e5bb4252df6ac8abfa96a1abc19ca /src
parentd461f3e62f1270c3eaf9ff2e5faf0408be7699b9 (diff)
downloadtelepathy-logger-7df470ddbb913c57e1fe681685184a67ee0a1bc3.tar.gz
make distcheck fixes
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
-rw-r--r--src/telepathy-logger.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b6276b3..a97eb49 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,6 +3,7 @@ include $(top_srcdir)/tools/flymake.mk
AM_CPPFLAGS = \
-I$(top_builddir) \
+ -I$(top_srcdir) \
$(ERROR_CFLAGS) \
-DG_LOG_DOMAIN=\"TPL\" \
$(LIBTPL_CFLAGS) \
diff --git a/src/telepathy-logger.c b/src/telepathy-logger.c
index 64fcb32..aa83223 100644
--- a/src/telepathy-logger.c
+++ b/src/telepathy-logger.c
@@ -19,7 +19,7 @@
* Authors: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
*/
-#include <../config.h>
+#include <config.h>
#include <glib.h>
#include <telepathy-glib/telepathy-glib.h>