Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2010-06-27 19:12:08 (GMT)
committer Michael Stone <michael@laptop.org>2010-06-27 19:32:54 (GMT)
commit98a3b64eac901ce5b7c8fcf12aaf8934a01227eb (patch)
treea6e082a1e53af299be1a95a943d07c03667ab2b6
parentfa1557991d1fe96c72ee471dce3070626c97c134 (diff)
Update the CLEAN makefile variable.
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea423a9..1fe4368 100644
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,9 @@ BINARIES = $(wildcard main/bin/*) $(wildcard datastore/bin/*) presence-service/s
DATA = $(addprefix main/data/,sugar-72.gtkrc sugar-100.gtkrc activities.defaults kbdconfig mime.defaults)
CLEAN = $(ALL_OBJS) $(ALL_OBJS:%.o=%.d) $(DS_SRCDIR)/metadatareader.so $(BASE_SRCDIR)/_sugarbaseext.so $(TK_SRCDIR)/_sugarext.so \
presence-service/sugar-presence-service presence-service/org.laptop.Sugar.Presence.service \
- artwork/cursor/sugar/cursors artwork/gtk/theme/*.gtkrc artwork/gtk/engine/libsugar.so main/data/sugar.xml main/data/sugar.schemas
+ artwork/cursor/sugar/cursors artwork/gtk/theme/*.gtkrc artwork/gtk/engine/libsugar.so \
+ main/data/sugar.xml main/data/sugar.schemas main/jarabe/config.py main/bin/sugar-env \
+ tree
DS_PYTHON_DIRS=$(shell cd datastore/src; find * -type d)
DS_PYTHON_FILES=$(shell cd datastore/src; find * -name '*.py') carquinyol/metadatareader.so