aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/Makefile.am
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-06-26 01:52:48 +0800
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-06-26 01:52:48 +0800
commit2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6 (patch)
treeacad03b8b27cc28a68d0c0e3558fd6828277e3b2 /libempathy/Makefile.am
parentaa9603b62dd1893eb3fdcd357397ba20c733da43 (diff)
parent807b62250294666c0dccc27fbab03c1c782dd38b (diff)
downloadgsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.tar
gsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.tar.gz
gsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.tar.bz2
gsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.tar.lz
gsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.tar.xz
gsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.tar.zst
gsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.zip
Merge branch 'debugger'
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r--libempathy/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index a07e863c1..87b728464 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -7,6 +7,7 @@ AM_CPPFLAGS = \
-I$(top_builddir) \
-DDATADIR=\""$(datadir)"\" \
-DLOCALEDIR=\""$(datadir)/locale"\" \
+ -DG_LOG_DOMAIN=\"empathy\" \
$(LIBEMPATHY_CFLAGS) \
$(GEOCLUE_CFLAGS) \
$(WARN_CFLAGS) \
@@ -33,6 +34,7 @@ libempathy_la_SOURCES = \
empathy-contact-manager.c \
empathy-contact-monitor.c \
empathy-debug.c \
+ empathy-debugger.c \
empathy-dispatcher.c \
empathy-dispatch-operation.c \
empathy-ft-factory.c \
@@ -81,6 +83,7 @@ libempathy_headers = \
empathy-contact-manager.h \
empathy-contact-monitor.h \
empathy-debug.h \
+ empathy-debugger.h \
empathy-dispatcher.h \
empathy-dispatch-operation.h \
empathy-ft-factory.h \