Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-05-12 06:32:03 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-05-12 06:32:03 (GMT)
commitf6491e6afc2aaf3116d5d15bff4f63a79a7f89fd (patch)
tree28e13c489034f0dc71cca5d60f8c40d72f5ab4a5 /chat/Makefile.am
parent1f057e0d0b4d5a32a3fce3604c5dce2e17281f9b (diff)
Refactor the directory structure to match the packages
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)