diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-07 21:09:02 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-07 21:49:19 +0800 |
commit | 9fd5a0d64710c248045f245317f8d9e4ddbf005b (patch) | |
tree | 8393d01bb541207a0e973718de9823632f282c78 /libempathy-gtk | |
parent | b9ae519cbeec01245b6f589a60d6fb63d730d19a (diff) | |
download | gsoc2013-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')
-rw-r--r-- | libempathy-gtk/Makefile.am | 4 |
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) \ |