diff options
author | Patryk Zawadzki <patrys@pld-linux.org> | 2009-06-21 07:46:36 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-22 13:27:36 +0800 |
commit | 071f1844a8f47e4d67ad3c752441a3d71d9e18e2 (patch) | |
tree | 143c16b9a191989282907b88106c2489fba90434 /libempathy-gtk/Makefile.am | |
parent | 2031cecd62e0b846c84ab7b8126c4fb556f99bd6 (diff) | |
download | gsoc2013-empathy-071f1844a8f47e4d67ad3c752441a3d71d9e18e2.tar gsoc2013-empathy-071f1844a8f47e4d67ad3c752441a3d71d9e18e2.tar.gz gsoc2013-empathy-071f1844a8f47e4d67ad3c752441a3d71d9e18e2.tar.bz2 gsoc2013-empathy-071f1844a8f47e4d67ad3c752441a3d71d9e18e2.tar.lz gsoc2013-empathy-071f1844a8f47e4d67ad3c752441a3d71d9e18e2.tar.xz gsoc2013-empathy-071f1844a8f47e4d67ad3c752441a3d71d9e18e2.tar.zst gsoc2013-empathy-071f1844a8f47e4d67ad3c752441a3d71d9e18e2.zip |
Add a plist parser and set font family, size and default variant. Fixes bug #586387.
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 2a4438e57..c38a96f23 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -226,11 +226,15 @@ endif if HAVE_WEBKIT libempathy_gtk_handwritten_source += \ + empathy-plist.c \ empathy-theme-adium.c libempathy_gtk_headers += \ + empathy-plist.h \ empathy-theme-adium.h else EXTRA_DIST += \ + empathy-plist.c \ + empathy-plist.h \ empathy-theme-adium.c \ empathy-theme-adium.h endif |