diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-07-22 23:50:09 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-08-13 22:22:21 +0800 |
commit | 92655cecb16b8f0d370d03450804a5cbc4fd89d2 (patch) | |
tree | d1955732571d1027c03655e4ca52f2d8b48091ad /libempathy/Makefile.am | |
parent | 81c51d3c1b3fd68cb31848ef86d8c3d1859aacdf (diff) | |
download | gsoc2013-empathy-92655cecb16b8f0d370d03450804a5cbc4fd89d2.tar gsoc2013-empathy-92655cecb16b8f0d370d03450804a5cbc4fd89d2.tar.gz gsoc2013-empathy-92655cecb16b8f0d370d03450804a5cbc4fd89d2.tar.bz2 gsoc2013-empathy-92655cecb16b8f0d370d03450804a5cbc4fd89d2.tar.lz gsoc2013-empathy-92655cecb16b8f0d370d03450804a5cbc4fd89d2.tar.xz gsoc2013-empathy-92655cecb16b8f0d370d03450804a5cbc4fd89d2.tar.zst gsoc2013-empathy-92655cecb16b8f0d370d03450804a5cbc4fd89d2.zip |
Add EmpathyTLSCertificate.
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 94bbabe77..096985358 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -50,6 +50,7 @@ libempathy_headers = \ empathy-message.h \ empathy-status-presets.h \ empathy-time.h \ + empathy-tls-certificate.h \ empathy-tp-call.h \ empathy-tp-chat.h \ empathy-tp-contact-factory.h \ @@ -84,6 +85,7 @@ libempathy_la_SOURCES = \ empathy-message.c \ empathy-status-presets.c \ empathy-time.c \ + empathy-tls-certificate.c \ empathy-tp-call.c \ empathy-tp-chat.c \ empathy-tp-contact-factory.c \ |