]> git.0d.be Git - empathy.git/commitdiff
Include empathy-theme-adium.c/h in tarballs even if webkit is not installed
authorXavier Claessens <xclaesse@gmail.com>
Thu, 11 Jun 2009 17:58:00 +0000 (19:58 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Thu, 11 Jun 2009 17:58:00 +0000 (19:58 +0200)
libempathy-gtk/Makefile.am

index bf364af99c05f72a77d6c6532f327e28c39dd0b9..2a4438e57969f2c1bb54933a5f8683de6d74a859 100644 (file)
@@ -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