aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-07 21:09:02 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-07 21:49:19 +0800
commit9fd5a0d64710c248045f245317f8d9e4ddbf005b (patch)
tree8393d01bb541207a0e973718de9823632f282c78 /libempathy/Makefile.am
parentb9ae519cbeec01245b6f589a60d6fb63d730d19a (diff)
downloadgsoc2013-empathy-9fd5a0d64710c248045f245317f8d9e4ddbf005b.tar
gsoc2013-empathy-9fd5a0d64710c248045f245317f8d9e4ddbf005b.tar.gz
gsoc2013-empathy-9fd5a0d64710c248045f245317f8d9e4ddbf005b.tar.bz2
gsoc2013-empathy-9fd5a0d64710c248045f245317f8d9e4ddbf005b.tar.lz
gsoc2013-empathy-9fd5a0d64710c248045f245317f8d9e4ddbf005b.tar.xz
gsoc2013-empathy-9fd5a0d64710c248045f245317f8d9e4ddbf005b.tar.zst
gsoc2013-empathy-9fd5a0d64710c248045f245317f8d9e4ddbf005b.zip
Simplify checking of the deps
The empathy/libempathy/libempathy-gtk border is less clear than it used to be so there is not point continuing checking deps separately.
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r--libempathy/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index d44d8afef..746803e05 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -8,7 +8,7 @@ AM_CPPFLAGS = \
-DDATADIR=\""$(datadir)"\" \
-DLOCALEDIR=\""$(datadir)/locale"\" \
-DG_LOG_DOMAIN=\"empathy\" \
- $(LIBEMPATHY_CFLAGS) \
+ $(EMPATHY_CFLAGS) \
$(GEOCLUE_CFLAGS) \
$(NETWORK_MANAGER_CFLAGS) \
$(CONNMAN_CFLAGS) \
@@ -100,7 +100,7 @@ nodist_libempathy_la_SOURCES =\
libempathy_la_LIBADD = \
$(top_builddir)/extensions/libemp-extensions.la \
- $(LIBEMPATHY_LIBS) \
+ $(EMPATHY_LIBS) \
$(GEOCLUE_LIBS) \
$(NETWORK_MANAGER_LIBS) \
$(CONNMAN_LIBS)