diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-15 22:00:37 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-15 22:00:37 +0800 |
commit | 9cccaa8e1dc6cf7d8858f3d7e7b83b2596421f91 (patch) | |
tree | f17505297783df1c7693091d3d2816440723cee2 /libempathy-gtk/Makefile.am | |
parent | d908bc43e064bffedf9961d0a00dd3e6c65764f0 (diff) | |
download | gsoc2013-empathy-9cccaa8e1dc6cf7d8858f3d7e7b83b2596421f91.tar gsoc2013-empathy-9cccaa8e1dc6cf7d8858f3d7e7b83b2596421f91.tar.gz gsoc2013-empathy-9cccaa8e1dc6cf7d8858f3d7e7b83b2596421f91.tar.bz2 gsoc2013-empathy-9cccaa8e1dc6cf7d8858f3d7e7b83b2596421f91.tar.lz gsoc2013-empathy-9cccaa8e1dc6cf7d8858f3d7e7b83b2596421f91.tar.xz gsoc2013-empathy-9cccaa8e1dc6cf7d8858f3d7e7b83b2596421f91.tar.zst gsoc2013-empathy-9cccaa8e1dc6cf7d8858f3d7e7b83b2596421f91.zip |
Move event code from EmpathyStatusIcon to EmpathyEventManager
svn path=/trunk/; revision=1244
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index fe914877d..1317cc7a2 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -16,6 +16,7 @@ BUILT_SOURCES = \ lib_LTLIBRARIES = libempathy-gtk.la libempathy_gtk_la_SOURCES = \ + totem-subtitle-encoding.c totem-subtitle-encoding.h \ empathy-account-chooser.c \ empathy-chat.c \ empathy-irc-network-dialog.c \ @@ -47,7 +48,7 @@ libempathy_gtk_la_SOURCES = \ empathy-cell-renderer-text.c \ empathy-spell.c \ empathy-contact-menu.c \ - totem-subtitle-encoding.c totem-subtitle-encoding.h + empathy-event-manager.c # do not distribute generated files nodist_libempathy_gtk_la_SOURCES =\ @@ -94,7 +95,8 @@ libempathy_gtk_headers = \ empathy-smiley-manager.h \ empathy-cell-renderer-text.h \ empathy-spell.h \ - empathy-contact-menu.h + empathy-contact-menu.h \ + empathy-event-manager.h libempathy_gtk_includedir = $(includedir)/libempathy-gtk/ libempathy_gtk_include_HEADERS = \ |