diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:46:14 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:46:14 +0800 |
commit | e6a4bdc9a96edaad3b6aab6e423248af74cf9ce8 (patch) | |
tree | e3e73c72322c4501ac184139108da013620ea110 /libempathy/Makefile.am | |
parent | 3d889ffd601e614682577a8e6664c6656dce6764 (diff) | |
download | gsoc2013-empathy-e6a4bdc9a96edaad3b6aab6e423248af74cf9ce8.tar gsoc2013-empathy-e6a4bdc9a96edaad3b6aab6e423248af74cf9ce8.tar.gz gsoc2013-empathy-e6a4bdc9a96edaad3b6aab6e423248af74cf9ce8.tar.bz2 gsoc2013-empathy-e6a4bdc9a96edaad3b6aab6e423248af74cf9ce8.tar.lz gsoc2013-empathy-e6a4bdc9a96edaad3b6aab6e423248af74cf9ce8.tar.xz gsoc2013-empathy-e6a4bdc9a96edaad3b6aab6e423248af74cf9ce8.tar.zst gsoc2013-empathy-e6a4bdc9a96edaad3b6aab6e423248af74cf9ce8.zip |
Add EmpathyAccountManager.
svn path=/trunk/; revision=2029
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index fd6424b57..9a4535cd6 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -17,6 +17,7 @@ BUILT_SOURCES = \ lib_LTLIBRARIES = libempathy.la libempathy_la_SOURCES = \ + empathy-account-manager.c \ empathy-chatroom.c \ empathy-chatroom-manager.c \ empathy-contact.c \ @@ -58,6 +59,7 @@ libempathy_la_LDFLAGS = \ -export-symbols-regex ^empathy_ libempathy_headers = \ + empathy-account-manager.h \ empathy-chatroom.h \ empathy-chatroom-manager.h \ empathy-contact.h \ |