diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-07 22:20:54 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-08 17:40:31 +0800 |
commit | e56070fd87fe3429ee046550623c90d64c98eb83 (patch) | |
tree | a33dd0b0c474d6fc8f332999041804e438119a1c /libempathy-gtk/Makefile.am | |
parent | fc57cd132b0563feeec4dba0e5a7298c7d904a0a (diff) | |
download | gsoc2013-empathy-e56070fd87fe3429ee046550623c90d64c98eb83.tar gsoc2013-empathy-e56070fd87fe3429ee046550623c90d64c98eb83.tar.gz gsoc2013-empathy-e56070fd87fe3429ee046550623c90d64c98eb83.tar.bz2 gsoc2013-empathy-e56070fd87fe3429ee046550623c90d64c98eb83.tar.lz gsoc2013-empathy-e56070fd87fe3429ee046550623c90d64c98eb83.tar.xz gsoc2013-empathy-e56070fd87fe3429ee046550623c90d64c98eb83.tar.zst gsoc2013-empathy-e56070fd87fe3429ee046550623c90d64c98eb83.zip |
use libcanberra-gtk3 when building with GTK3
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 5762f5c9e..6fa8202dd 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -9,6 +9,7 @@ AM_CPPFLAGS = \ $(EMPATHY_CFLAGS) \ $(GTK_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ + $(CANBERRA_CFLAGS) \ $(ENCHANT_CFLAGS) \ $(LIBCHAMPLAIN_CFLAGS) \ $(GEOCLUE_CFLAGS) \ @@ -133,6 +134,7 @@ libempathy_gtk_la_LIBADD = \ $(EMPATHY_LIBS) \ $(GTK_LIBS) \ $(LIBNOTIFY_LIBS) \ + $(CANBERRA_LIBS) \ $(ENCHANT_LIBS) \ $(LIBCHAMPLAIN_LIBS) \ $(GEOCLUE_LIBS) \ |