summaryrefslogtreecommitdiff
path: root/sunshine/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sunshine/Makefile.am')
-rw-r--r--sunshine/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/sunshine/Makefile.am b/sunshine/Makefile.am
new file mode 100644
index 0000000..ff421e8
--- /dev/null
+++ b/sunshine/Makefile.am
@@ -0,0 +1,14 @@
+SUBDIRS = channel lqsoft util
+
+sunshinedir = $(pythondir)/sunshine
+sunshine_PYTHON = aliasing.py \
+ avatars.py \
+ capabilities.py \
+ channel_manager.py \
+ connection_manager.py \
+ connection.py \
+ contacts.py \
+ debug.py \
+ handle.py \
+ __init__.py \
+ presence.py