diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-07-09 22:43:25 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-08-13 22:22:21 +0800 |
commit | ed819ae5dfef5c6fd584fd8a63bbce9080cd4040 (patch) | |
tree | 13deb9c27c2bce87a2df6ddb9513c77681986e2c /libempathy/Makefile.am | |
parent | 2cbd1c3661cc56f3558bd7391c6f15cc16f2f61f (diff) | |
download | gsoc2013-empathy-ed819ae5dfef5c6fd584fd8a63bbce9080cd4040.tar gsoc2013-empathy-ed819ae5dfef5c6fd584fd8a63bbce9080cd4040.tar.gz gsoc2013-empathy-ed819ae5dfef5c6fd584fd8a63bbce9080cd4040.tar.bz2 gsoc2013-empathy-ed819ae5dfef5c6fd584fd8a63bbce9080cd4040.tar.lz gsoc2013-empathy-ed819ae5dfef5c6fd584fd8a63bbce9080cd4040.tar.xz gsoc2013-empathy-ed819ae5dfef5c6fd584fd8a63bbce9080cd4040.tar.zst gsoc2013-empathy-ed819ae5dfef5c6fd584fd8a63bbce9080cd4040.zip |
Add a first skeleton of the auth factory.
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 2817ae650..7a1f16a3e 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -26,6 +26,7 @@ noinst_LTLIBRARIES = libempathy.la libempathy_headers = \ empathy-account-settings.h \ + empathy-auth-factory.h \ empathy-call-factory.h \ empathy-call-handler.h \ empathy-chatroom-manager.h \ @@ -64,6 +65,7 @@ libempathy_headers = \ libempathy_la_SOURCES = \ $(libempathy_headers) \ empathy-account-settings.c \ + empathy-auth-factory.c \ empathy-call-factory.c \ empathy-call-handler.c \ empathy-chatroom-manager.c \ |