diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-05-10 17:32:33 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-07-12 16:55:29 +0800 |
commit | 5c5890caba5e3ddc4298f138f3bb802993b21b4d (patch) | |
tree | 748c4af9a2faa94c793de659ebbcc09ab1efe0a1 /libempathy/Makefile.am | |
parent | eba2a3dba40cab986589bac073d16627b3f9bf90 (diff) | |
download | gsoc2013-empathy-5c5890caba5e3ddc4298f138f3bb802993b21b4d.tar gsoc2013-empathy-5c5890caba5e3ddc4298f138f3bb802993b21b4d.tar.gz gsoc2013-empathy-5c5890caba5e3ddc4298f138f3bb802993b21b4d.tar.bz2 gsoc2013-empathy-5c5890caba5e3ddc4298f138f3bb802993b21b4d.tar.lz gsoc2013-empathy-5c5890caba5e3ddc4298f138f3bb802993b21b4d.tar.xz gsoc2013-empathy-5c5890caba5e3ddc4298f138f3bb802993b21b4d.tar.zst gsoc2013-empathy-5c5890caba5e3ddc4298f138f3bb802993b21b4d.zip |
Add EmpathyCameraMonitor
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 460026e53..b20c49bf3 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -31,7 +31,8 @@ libempathy_headers = \ action-chain-internal.h \ empathy-account-settings.h \ empathy-auth-factory.h \ - empathy-channel-factory.h \ + empathy-camera-monitor.h \ + empathy-channel-factory.h \ empathy-chatroom-manager.h \ empathy-chatroom.h \ empathy-connection-managers.h \ @@ -73,7 +74,8 @@ libempathy_handwritten_source = \ action-chain.c \ empathy-account-settings.c \ empathy-auth-factory.c \ - empathy-channel-factory.c \ + empathy-camera-monitor.c \ + empathy-channel-factory.c \ empathy-chatroom-manager.c \ empathy-chatroom.c \ empathy-connection-managers.c \ |