aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/Makefile.am
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-05-10 17:32:33 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-05-13 15:15:35 +0800
commit6d07ec25fbca5489189801e420dd59bbaf115a2f (patch)
tree73428b84c28362e3875bfbbc8354b6a951f5278a /libempathy/Makefile.am
parent1ce419e184dd906b6f4265000ac19707d0b8c2dd (diff)
downloadgsoc2013-empathy-6d07ec25fbca5489189801e420dd59bbaf115a2f.tar
gsoc2013-empathy-6d07ec25fbca5489189801e420dd59bbaf115a2f.tar.gz
gsoc2013-empathy-6d07ec25fbca5489189801e420dd59bbaf115a2f.tar.bz2
gsoc2013-empathy-6d07ec25fbca5489189801e420dd59bbaf115a2f.tar.lz
gsoc2013-empathy-6d07ec25fbca5489189801e420dd59bbaf115a2f.tar.xz
gsoc2013-empathy-6d07ec25fbca5489189801e420dd59bbaf115a2f.tar.zst
gsoc2013-empathy-6d07ec25fbca5489189801e420dd59bbaf115a2f.zip
Add EmpathyCameraMonitor
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r--libempathy/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index 40a7c0379..37d3cce7f 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -29,7 +29,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 \
@@ -71,7 +72,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 \