From 941345d6498b9012eaf479ffb56ace8c60a51467 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 19 Oct 2006 10:04:07 -0400 Subject: [PATCH] Add stylesheet.py to Makefile.am --- sugar/graphics/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/sugar/graphics/Makefile.am b/sugar/graphics/Makefile.am index 137e8e69..83b0920f 100644 --- a/sugar/graphics/Makefile.am +++ b/sugar/graphics/Makefile.am @@ -12,4 +12,5 @@ sugar_PYTHON = \ snowflakebox.py \ spreadbox.py \ style.py \ + stylesheet.py \ timeline.py