summaryrefslogtreecommitdiff
path: root/tubes/Library_tubes.mk
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-03-22 16:47:55 +0000
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:39:35 +0200
commitc9f27f64c853870dc45b09dba7d4a5e2370fd4e1 (patch)
tree42f5845c16aa10c475ea8be05d3ca011460460a7 /tubes/Library_tubes.mk
parent9bcf81c5645b1fffe6c0253533fe92ee488e60ad (diff)
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.
Diffstat (limited to 'tubes/Library_tubes.mk')
-rw-r--r--tubes/Library_tubes.mk4
1 files changed, 4 insertions, 0 deletions
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: */