Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/console/lib/purk/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'services/console/lib/purk/Makefile.am')
-rw-r--r--services/console/lib/purk/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/services/console/lib/purk/Makefile.am b/services/console/lib/purk/Makefile.am
new file mode 100644
index 0000000..33fe595
--- /dev/null
+++ b/services/console/lib/purk/Makefile.am
@@ -0,0 +1,17 @@
+SUBDIRS = scripts
+sugardir = $(pkgdatadir)/services/console/lib/purk
+
+sugar_PYTHON = \
+ __init__.py \
+ conf.py \
+ events.py \
+ info.py \
+ irc.py \
+ parse_mirc.py \
+ servers.py \
+ ui.py \
+ urk_trace.py \
+ widgets.py \
+ windows.py \
+ README \
+ ABOUT