From da6227ce10d71f03eeafc0bed3a98a90d405ce1b Mon Sep 17 00:00:00 2001 From: Chris Murphy Date: Thu, 27 Dec 2007 15:44:10 -0500 Subject: [PATCH] Update Makefile.am for recent changes --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index 7112a26..ceb0146 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,11 +7,16 @@ dist_noinst_SCRIPTS = bin/uninst.py reinteractpkgdir = $(REINTERACT_PACKAGE_DIR) reinteractpkg_PYTHON = \ lib/reinteract/__init__.py \ + lib/reinteract/completion_popup.py \ lib/reinteract/custom_result.py \ + lib/reinteract/data_format.py \ + lib/reinteract/doc_format.py \ + lib/reinteract/doc_popup.py \ lib/reinteract/format_escaped.py \ lib/reinteract/iter_copy_from.py \ lib/reinteract/main.py \ lib/reinteract/notebook.py \ + lib/reinteract/popup.py \ lib/reinteract/rewrite.py \ lib/reinteract/sanitize_textview_ipc.py \ lib/reinteract/shell_buffer.py \ -- 2.11.4.GIT