Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'chat/Makefile.am')
-rw-r--r--chat/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/chat/Makefile.am b/chat/Makefile.am
deleted file mode 100644
index 526e546..0000000
--- a/chat/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-sugardir = $(pythondir)/sugar
-sugar_PYTHON = \
- chat.py \
- richtext.py
-
-icondir = $(pkgdatadir)
-icon_DATA = \
- bubble.png \
- bubbleOutline.png
-
-EXTRA_DIST = $(icon_DATA)