diff options
author | Frédéric Péters <fpeters@0d.be> | 2010-08-30 22:59:33 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-30 22:59:33 +0800 |
commit | 32905fa2cb9fb3419f50c5894ac7507fb9330f8f (patch) | |
tree | 976ffd506329515dca5102d7dc53ca85b2749f8a /libempathy-gtk | |
parent | 5ea7f6cfbc591afac428bffbff513ccb77db3d63 (diff) | |
download | gsoc2013-empathy-32905fa2cb9fb3419f50c5894ac7507fb9330f8f.tar gsoc2013-empathy-32905fa2cb9fb3419f50c5894ac7507fb9330f8f.tar.gz gsoc2013-empathy-32905fa2cb9fb3419f50c5894ac7507fb9330f8f.tar.bz2 gsoc2013-empathy-32905fa2cb9fb3419f50c5894ac7507fb9330f8f.tar.lz gsoc2013-empathy-32905fa2cb9fb3419f50c5894ac7507fb9330f8f.tar.xz gsoc2013-empathy-32905fa2cb9fb3419f50c5894ac7507fb9330f8f.tar.zst gsoc2013-empathy-32905fa2cb9fb3419f50c5894ac7507fb9330f8f.zip |
Check for gcr-1 when building against GTK+ 3 (GNOME bug #628092)
Diffstat (limited to 'libempathy-gtk')
-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 d81b97253..1cc65532c 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -14,6 +14,7 @@ AM_CPPFLAGS = \ $(ENCHANT_CFLAGS) \ $(LIBCHAMPLAIN_CFLAGS) \ $(GEOCLUE_CFLAGS) \ + $(GCR_CFLAGS) \ $(MEEGO_CFLAGS) \ $(WEBKIT_CFLAGS) \ $(WARN_CFLAGS) \ @@ -170,6 +171,7 @@ libempathy_gtk_la_LIBADD = \ $(ENCHANT_LIBS) \ $(LIBCHAMPLAIN_LIBS) \ $(GEOCLUE_LIBS) \ + $(GCR_LIBS) \ $(MEEGO_LIBS) \ $(WEBKIT_LIBS) \ $(top_builddir)/libempathy/libempathy.la |