diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-10 20:05:04 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-15 19:24:23 +0800 |
commit | 66aa8b1d3e13799b2644082dc9104774bf5c6710 (patch) | |
tree | e8cf2424d72d00f88e3d66392a162791f4f5ace9 /libempathy/Makefile.am | |
parent | 885ab0e9215ad92067b5a29fe10537c58ef6bdd4 (diff) | |
download | gsoc2013-empathy-66aa8b1d3e13799b2644082dc9104774bf5c6710.tar gsoc2013-empathy-66aa8b1d3e13799b2644082dc9104774bf5c6710.tar.gz gsoc2013-empathy-66aa8b1d3e13799b2644082dc9104774bf5c6710.tar.bz2 gsoc2013-empathy-66aa8b1d3e13799b2644082dc9104774bf5c6710.tar.lz gsoc2013-empathy-66aa8b1d3e13799b2644082dc9104774bf5c6710.tar.xz gsoc2013-empathy-66aa8b1d3e13799b2644082dc9104774bf5c6710.tar.zst gsoc2013-empathy-66aa8b1d3e13799b2644082dc9104774bf5c6710.zip |
remove tp-contact-factory
https://bugzilla.gnome.org/show_bug.cgi?id=675597
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index fdc1690c5..ab7de6825 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -57,7 +57,6 @@ libempathy_headers = \ empathy-time.h \ empathy-tls-verifier.h \ empathy-tp-chat.h \ - empathy-tp-contact-factory.h \ empathy-types.h \ empathy-utils.h @@ -92,7 +91,6 @@ libempathy_handwritten_source = \ empathy-time.c \ empathy-tls-verifier.c \ empathy-tp-chat.c \ - empathy-tp-contact-factory.c \ empathy-utils.c # these are sources that depend on GOA |