diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-03-10 03:55:58 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-03-10 03:55:58 +0800 |
commit | b4fb7a961633038939698ff825fae6daa810ac3c (patch) | |
tree | fdef356518f04c9af787f0f87efb7f0b61581a92 /libempathy | |
parent | fa5b95b271d26f17b7227aa484a454d763db9f8c (diff) | |
download | gsoc2013-empathy-b4fb7a961633038939698ff825fae6daa810ac3c.tar gsoc2013-empathy-b4fb7a961633038939698ff825fae6daa810ac3c.tar.gz gsoc2013-empathy-b4fb7a961633038939698ff825fae6daa810ac3c.tar.bz2 gsoc2013-empathy-b4fb7a961633038939698ff825fae6daa810ac3c.tar.lz gsoc2013-empathy-b4fb7a961633038939698ff825fae6daa810ac3c.tar.xz gsoc2013-empathy-b4fb7a961633038939698ff825fae6daa810ac3c.tar.zst gsoc2013-empathy-b4fb7a961633038939698ff825fae6daa810ac3c.zip |
Add empathy-log.h and empathy-log-store.h to Makefile.am
From: Xavier Claessens <xclaesse@gmail.com>
svn path=/trunk/; revision=2655
Diffstat (limited to 'libempathy')
-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 cffb922da..387068282 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -84,6 +84,8 @@ libempathy_headers = \ empathy-irc-network-manager.h \ empathy-irc-server.h \ empathy-log-manager.h \ + empathy-log-store.h \ + empathy-log-store-empathy.h \ empathy-message.h \ empathy-status-presets.h \ empathy-time.h \ |