aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-06-12 01:58:00 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-06-12 01:58:00 +0800
commitfd8a3a5ef0de9951d185d18200c322a4b1714288 (patch)
treec18432676dfc47926ce19491441d5fedf2298d33 /libempathy-gtk
parent924bb95909e995b8cc5c8686580467e69234217b (diff)
downloadgsoc2013-empathy-fd8a3a5ef0de9951d185d18200c322a4b1714288.tar
gsoc2013-empathy-fd8a3a5ef0de9951d185d18200c322a4b1714288.tar.gz
gsoc2013-empathy-fd8a3a5ef0de9951d185d18200c322a4b1714288.tar.bz2
gsoc2013-empathy-fd8a3a5ef0de9951d185d18200c322a4b1714288.tar.lz
gsoc2013-empathy-fd8a3a5ef0de9951d185d18200c322a4b1714288.tar.xz
gsoc2013-empathy-fd8a3a5ef0de9951d185d18200c322a4b1714288.tar.zst
gsoc2013-empathy-fd8a3a5ef0de9951d185d18200c322a4b1714288.zip
Include empathy-theme-adium.c/h in tarballs even if webkit is not installed
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/Makefile.am16
1 files changed, 11 insertions, 5 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index bf364af99..2a4438e57 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -131,11 +131,6 @@ 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 \
@@ -229,6 +224,17 @@ EXTRA_DIST += \
empathy-location-manager.h
endif
+if HAVE_WEBKIT
+libempathy_gtk_handwritten_source += \
+ empathy-theme-adium.c
+libempathy_gtk_headers += \
+ empathy-theme-adium.h
+else
+EXTRA_DIST += \
+ empathy-theme-adium.c \
+ empathy-theme-adium.h
+endif
+
CLEANFILES = \
$(BUILT_SOURCES) \
stamp-empathy-gtk-enum-types.h