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 \