diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2008-07-16 02:56:45 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-12 00:06:27 +0800 |
commit | 06563d5df6dfbb129f80d3088448abda0fb245b3 (patch) | |
tree | bd70843345f904b20bf942136d4f1c8b30f50f28 /libempathy-gtk/Makefile.am | |
parent | 4860e692b18ef271889633faa978d546221e8d7b (diff) | |
download | gsoc2013-empathy-06563d5df6dfbb129f80d3088448abda0fb245b3.tar gsoc2013-empathy-06563d5df6dfbb129f80d3088448abda0fb245b3.tar.gz gsoc2013-empathy-06563d5df6dfbb129f80d3088448abda0fb245b3.tar.bz2 gsoc2013-empathy-06563d5df6dfbb129f80d3088448abda0fb245b3.tar.lz gsoc2013-empathy-06563d5df6dfbb129f80d3088448abda0fb245b3.tar.xz gsoc2013-empathy-06563d5df6dfbb129f80d3088448abda0fb245b3.tar.zst gsoc2013-empathy-06563d5df6dfbb129f80d3088448abda0fb245b3.zip |
Compile EmpathyThemeAdium only if webkit is installed
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 6e089d688..bf364af99 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -56,7 +56,6 @@ libempathy_gtk_handwritten_source = \ empathy-smiley-manager.c \ empathy-spell.c \ empathy-status-preset-dialog.c \ - empathy-theme-adium.c \ empathy-theme-boxes.c \ empathy-theme-irc.c \ empathy-theme-manager.c \ @@ -116,7 +115,6 @@ libempathy_gtk_headers = \ empathy-smiley-manager.h \ empathy-spell.h \ empathy-status-preset-dialog.h \ - empathy-theme-adium.h \ empathy-theme-boxes.h \ empathy-theme-irc.h \ empathy-theme-manager.h \ @@ -133,6 +131,11 @@ libempathy_gtk_include_HEADERS = \ $(libempathy_gtk_headers) \ empathy-gtk-enum-types.h +if HAVE_WEBKIT +libempathy_gtk_headers += empathy-theme-adium.h +libempathy_gtk_la_SOURCES += empathy-theme-adium.c +endif + uidir = $(datadir)/empathy ui_DATA = \ empathy-contact-widget.ui \ |