From d849f573c5e3acd65c78ac67c599c8779453602d Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 5 Jun 2007 07:53:07 -0400 Subject: [PATCH] Add network.py to makefile --- sugar/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/sugar/Makefile.am b/sugar/Makefile.am index ecd0d160..6a7a2c2d 100644 --- a/sugar/Makefile.am +++ b/sugar/Makefile.am @@ -7,6 +7,7 @@ sugar_PYTHON = \ env.py \ logger.py \ ltihooks.py \ + network.py \ profile.py \ util.py \ wm.py