summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-25 21:22:30 +1100
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-25 21:26:55 +1100
commit6b7168d92c97211eeae7fb432b2cbea4edf5bf97 (patch)
tree0af6ef80ce55af75d24090b9eb284649c20520fb /src
parent4b5bd4a42f4b94d84d9efad271b3f4ab4f20210f (diff)
downloadtelepathy-logger-6b7168d92c97211eeae7fb432b2cbea4edf5bf97.tar.gz
Cleanups: update .gitignore, update G_LOG_DOMAIN in other makefile
Remove spurious src/config.h that was causing strange problems
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/config.h0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 69fef42..f8fc29d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@ AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
$(ERROR_CFLAGS) \
- -DG_LOG_DOMAIN=\"TPL\" \
+ -DG_LOG_DOMAIN=\"tp-logger\" \
$(LIBTPL_CFLAGS) \
$(TPL_CFLAGS) \
$(DISABLE_DEPRECATED) \
diff --git a/src/config.h b/src/config.h
deleted file mode 100644
index e69de29..0000000
--- a/src/config.h
+++ /dev/null