diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-17 20:48:34 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-17 20:48:34 +0800 |
commit | db8277c743a6ea69a64d2441e925aeddab08834d (patch) | |
tree | 885f9c4228532d3d190cf468f9817d1cf76499eb /src/Makefile.am | |
parent | 0960240a229b324dd874f60a2f385daebb1627ad (diff) | |
download | gsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.tar gsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.tar.gz gsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.tar.bz2 gsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.tar.lz gsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.tar.xz gsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.tar.zst gsoc2013-empathy-db8277c743a6ea69a64d2441e925aeddab08834d.zip |
Split pidgin import code into its own module. It makes easier to add other import modules for other programs.
svn path=/trunk/; revision=1644
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eee9510bf..c5944aa0a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,6 +29,7 @@ empathy_SOURCES = \ empathy-chat-window.c empathy-chat-window.h \ empathy-event-manager.c empathy-event-manager.h \ empathy-import-dialog.c empathy-import-dialog.h \ + empathy-import-pidgin.c empathy-import-pidgin.h \ empathy-main-window.c empathy-main-window.h \ empathy-new-chatroom-dialog.c empathy-new-chatroom-dialog.h \ empathy-preferences.c empathy-preferences.h \ |