diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:19:52 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:19:52 +0800 |
commit | fb0064fcdbb29a1e6d3e0cc2c7fa0c3a2613ca69 (patch) | |
tree | 0b02023044a3eae350e02c9df2204d5eef9bedd2 | |
parent | de7aeaacedd7b4698ab92645187a61ff2e8b2b39 (diff) | |
download | gsoc2013-empathy-fb0064fcdbb29a1e6d3e0cc2c7fa0c3a2613ca69.tar gsoc2013-empathy-fb0064fcdbb29a1e6d3e0cc2c7fa0c3a2613ca69.tar.gz gsoc2013-empathy-fb0064fcdbb29a1e6d3e0cc2c7fa0c3a2613ca69.tar.bz2 gsoc2013-empathy-fb0064fcdbb29a1e6d3e0cc2c7fa0c3a2613ca69.tar.lz gsoc2013-empathy-fb0064fcdbb29a1e6d3e0cc2c7fa0c3a2613ca69.tar.xz gsoc2013-empathy-fb0064fcdbb29a1e6d3e0cc2c7fa0c3a2613ca69.tar.zst gsoc2013-empathy-fb0064fcdbb29a1e6d3e0cc2c7fa0c3a2613ca69.zip |
Fixed Makefile by including missing backslash. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1833
-rw-r--r-- | libempathy/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index cd9a52ff7..a25c1e799 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -38,7 +38,6 @@ libempathy_la_SOURCES = \ empathy-tp-contact-factory.c \ empathy-tp-contact-list.c \ empathy-tp-file.c \ - empathy-tp-file-priv.h \ empathy-tp-group.c \ empathy-tp-roomlist.c \ empathy-tp-tube.c \ |