diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-02-19 06:15:00 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-02-19 06:15:00 +0800 |
commit | 8ce1c64808b2772e61be3f162defa22072117267 (patch) | |
tree | 83c5c48147a40726591899ce38d6021a211d918c /libempathy-gtk/Makefile.am | |
parent | 2917ac10a8a99e348648825990b7ae1088a3aacc (diff) | |
download | gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.tar gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.tar.gz gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.tar.bz2 gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.tar.lz gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.tar.xz gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.tar.zst gsoc2013-empathy-8ce1c64808b2772e61be3f162defa22072117267.zip |
Rename Moblin to Meego throughout Empathy
At the request of Rob Bradford
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-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 5015e0a04..674579a22 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -11,7 +11,7 @@ AM_CPPFLAGS = \ $(ENCHANT_CFLAGS) \ $(LIBCHAMPLAIN_CFLAGS) \ $(GEOCLUE_CFLAGS) \ - $(MOBLIN_CFLAGS) \ + $(MEEGO_CFLAGS) \ $(WEBKIT_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -132,7 +132,7 @@ libempathy_gtk_la_LIBADD = \ $(ENCHANT_LIBS) \ $(LIBCHAMPLAIN_LIBS) \ $(GEOCLUE_LIBS) \ - $(MOBLIN_LIBS) \ + $(MEEGO_LIBS) \ $(WEBKIT_LIBS) \ $(top_builddir)/libempathy/libempathy.la |