aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/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-gtk/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-gtk/Makefile.am')
-rw-r--r--libempathy-gtk/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index 43763d56c..2a891bc72 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -6,7 +6,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-DDATADIR=\""$(datadir)"\" \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
- $(LIBEMPATHYGTK_CFLAGS) \
+ $(EMPATHY_CFLAGS) \
$(LIBNOTIFY_CFLAGS) \
$(ENCHANT_CFLAGS) \
$(LIBCHAMPLAIN_CFLAGS) \
@@ -129,7 +129,7 @@ nodist_libempathy_gtk_la_SOURCES =\
$(BUILT_SOURCES)
libempathy_gtk_la_LIBADD = \
- $(LIBEMPATHYGTK_LIBS) \
+ $(EMPATHY_LIBS) \
$(LIBNOTIFY_LIBS) \
$(ENCHANT_LIBS) \
$(LIBCHAMPLAIN_LIBS) \