diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-09-28 02:17:50 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-09-28 02:17:50 +0800 |
commit | c0c510473a1ac11e1718c7893f9276701b784eb6 (patch) | |
tree | 77bb609aa3353ec16880f71f3708790b07f5e0d4 /libempathy-gtk | |
parent | 05b934b4c03aa24f3be3ac493b7c7485756f6383 (diff) | |
download | gsoc2013-empathy-c0c510473a1ac11e1718c7893f9276701b784eb6.tar gsoc2013-empathy-c0c510473a1ac11e1718c7893f9276701b784eb6.tar.gz gsoc2013-empathy-c0c510473a1ac11e1718c7893f9276701b784eb6.tar.bz2 gsoc2013-empathy-c0c510473a1ac11e1718c7893f9276701b784eb6.tar.lz gsoc2013-empathy-c0c510473a1ac11e1718c7893f9276701b784eb6.tar.xz gsoc2013-empathy-c0c510473a1ac11e1718c7893f9276701b784eb6.tar.zst gsoc2013-empathy-c0c510473a1ac11e1718c7893f9276701b784eb6.zip |
Add configure switches for nbtk (off by default).
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 fb7e431cd..25e3dc9d9 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -10,6 +10,7 @@ AM_CPPFLAGS = \ $(ENCHANT_CFLAGS) \ $(LIBCHAMPLAIN_CFLAGS) \ $(GEOCLUE_CFLAGS) \ + $(MOBLIN_CFLAGS) \ $(WEBKIT_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -78,6 +79,7 @@ libempathy_gtk_la_LIBADD = \ $(ENCHANT_LIBS) \ $(LIBCHAMPLAIN_LIBS) \ $(GEOCLUE_LIBS) \ + $(MOBLIN_LIBS) \ $(WEBKIT_LIBS) \ $(top_builddir)/libempathy/libempathy.la |