Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)