From 693b14f3c9e6a1bd63595cccaf451e08250da7a3 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 4 Sep 2006 22:20:13 +0200 Subject: [PATCH] Some makefile fixes --- shell/Makefile.am | 1 + shell/conf/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/Makefile.am b/shell/Makefile.am index 3aabfad6..3370e2d1 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -15,6 +15,7 @@ sugar_PYTHON = \ ConsoleWindow.py \ FirstTimeDialog.py \ Friends.py \ + Invites.py \ Owner.py \ Shell.py diff --git a/shell/conf/Makefile.am b/shell/conf/Makefile.am index cd6290e7..a7480f82 100644 --- a/shell/conf/Makefile.am +++ b/shell/conf/Makefile.am @@ -1,4 +1,4 @@ -sugardir = $(pythondir)/sugar/conf +sugardir = $(pkgdatadir)/shell/conf sugar_PYTHON = \ __init__.py \ ActivityRegistry.py \