From c9f27f64c853870dc45b09dba7d4a5e2370fd4e1 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Thu, 22 Mar 2012 16:47:55 +0000 Subject: tubes: Add preliminary API for sending a file Crashes if the file transfer fails. file-transfer-helper.[ch] are, as their license headers state, LGPL v2.1+. They come from Empathy. I am in the process of refactoring them so they can live in a future version of telepathy-glib (which is itself LGPL v2.1+), so their presence here is temporary. --- tubes/Library_tubes.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tubes/Library_tubes.mk') diff --git a/tubes/Library_tubes.mk b/tubes/Library_tubes.mk index 48ef793ffbe4..c11268c84302 100644 --- a/tubes/Library_tubes.mk +++ b/tubes/Library_tubes.mk @@ -61,4 +61,8 @@ $(eval $(call gb_Library_add_exception_objects,tubes,\ tubes/source/contact-list \ )) +$(eval $(call gb_Library_add_cobjects,tubes,\ + tubes/source/file-transfer-helper \ +)) + # vim:set shiftwidth=4 tabstop=4 noexpandtab: */ -- cgit