diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-02 18:34:47 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-02 18:34:47 +0800 |
commit | 2ba0e02b8c7a180b1785ef85baab66b0f16db964 (patch) | |
tree | 9f9e7043bb1f4ee3ec8fd701a72bff6981edd104 /libempathy/Makefile.am | |
parent | fe6c1d00ad01701353fd1f5a85ade27ace898b53 (diff) | |
parent | c144943be6f1e0255a6309d6559183a9101e10cd (diff) | |
download | gsoc2013-empathy-2ba0e02b8c7a180b1785ef85baab66b0f16db964.tar.gz gsoc2013-empathy-2ba0e02b8c7a180b1785ef85baab66b0f16db964.tar.zst gsoc2013-empathy-2ba0e02b8c7a180b1785ef85baab66b0f16db964.zip |
Merge branch 'empathy-av-ocrete'
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 a13158700..cc288bfa8 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -63,6 +63,7 @@ libempathy_headers = \ empathy-tp-contact-factory.h \ empathy-tp-contact-list.h \ empathy-tp-roomlist.h \ + empathy-tp-streamed-media.h \ empathy-types.h \ empathy-utils.h @@ -103,6 +104,7 @@ libempathy_handwritten_source = \ empathy-tp-contact-factory.c \ empathy-tp-contact-list.c \ empathy-tp-roomlist.c \ + empathy-tp-streamed-media.c \ empathy-utils.c # these are sources that depend on GOA |