From 3bd9ef8bbf8e899e29cf5aee36242bb0b8405130 Mon Sep 17 00:00:00 2001 From: Raul Gutierrez Segales Date: Thu, 20 Jan 2011 15:58:18 +0000 Subject: Collaboration support for non-Sugar apps --- (limited to 'collaboration/dispatch/Makefile.am') diff --git a/collaboration/dispatch/Makefile.am b/collaboration/dispatch/Makefile.am new file mode 100644 index 0000000..eb44a32 --- /dev/null +++ b/collaboration/dispatch/Makefile.am @@ -0,0 +1,9 @@ +sugardir = $(pythondir)/sugar/dispatch +sugar_PYTHON = \ + __init__.py \ + dispatcher.py \ + saferef.py + +EXTRA_DIST = \ + license.txt + -- cgit v0.9.1