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 /extensions | |
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 'extensions')
-rw-r--r-- | extensions/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 8ea05ae6b..a60994b70 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -6,7 +6,7 @@ AM_CFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ $(WARN_CFLAGS) \ - $(LIBEMPATHY_CFLAGS) + $(EMPATHY_CFLAGS) EXTRA_DIST = \ all.xml \ |