diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:24:31 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:24:31 +0800 |
commit | 031e66bd2b0b63a6d33d3242e24392e2109a82e2 (patch) | |
tree | dfe3de75439a213730fc6a809c73e3a0840fc02f /libempathy-gtk/Makefile.am | |
parent | d3b1da08d910c5b595c1bf4937589b5ed3737e70 (diff) | |
download | gsoc2013-empathy-031e66bd2b0b63a6d33d3242e24392e2109a82e2.tar gsoc2013-empathy-031e66bd2b0b63a6d33d3242e24392e2109a82e2.tar.gz gsoc2013-empathy-031e66bd2b0b63a6d33d3242e24392e2109a82e2.tar.bz2 gsoc2013-empathy-031e66bd2b0b63a6d33d3242e24392e2109a82e2.tar.lz gsoc2013-empathy-031e66bd2b0b63a6d33d3242e24392e2109a82e2.tar.xz gsoc2013-empathy-031e66bd2b0b63a6d33d3242e24392e2109a82e2.tar.zst gsoc2013-empathy-031e66bd2b0b63a6d33d3242e24392e2109a82e2.zip |
Remove EmpathyTheme, code will be merged into EmpathyChatTextView
svn path=/trunk/; revision=1992
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index b83b894f5..7d51db80c 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -45,7 +45,6 @@ libempathy_gtk_la_SOURCES = \ empathy-spell.c \ empathy-spell-dialog.c \ empathy-theme-boxes.c \ - empathy-theme.c \ empathy-theme-irc.c \ empathy-theme-manager.c \ empathy-ui-utils.c \ @@ -94,7 +93,6 @@ libempathy_gtk_headers = \ empathy-spell.h \ empathy-spell-dialog.h \ empathy-theme-boxes.h \ - empathy-theme.h \ empathy-theme-irc.h \ empathy-theme-manager.h \ empathy-ui-utils.h |