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 21:25:12 (GMT)
committer Michael Stone <michael@laptop.org>2010-06-27 21:25:12 (GMT)
commit5d92f0797c2fe4dc942072238015f8f9dd9439d5 (patch)
tree398387286d2180d95cb552eaf42be39ee81da3a4
parent09e6d9210f7f100d53d61b23d644a3ff15695b60 (diff)
Clean up generated config files.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 51cff9f..c88deab 100644
--- a/Makefile
+++ b/Makefile
@@ -162,9 +162,9 @@ ALL_OBJS=$(BASE_OBJS) $(DS_OBJS) $(TK_OBJS) $(ENGINE_OBJS)
BINARIES = $(wildcard main/bin/*) $(wildcard datastore/bin/*) presence-service/sugar-presence-service main/bin/sugar-env
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 \
+ presence-service/sugar-presence-service presence-service/org.laptop.Sugar.Presence.service presence-service/src/config.py \
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 \
+ main/data/sugar.xml main/data/sugar.schemas main/jarabe/config.py main/bin/sugar-env main/src/config.py \
tree
DS_PYTHON_DIRS=$(shell cd datastore/src; find * -type d)