From dc281b3471773935ec4da66864e6a6c768c41ff6 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 3 Nov 2011 23:39:07 -0400 Subject: Add a preview window written with PyQt. --- dimension/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dimension/Makefile.am') diff --git a/dimension/Makefile.am b/dimension/Makefile.am index c12a6b7..a892601 100644 --- a/dimension/Makefile.am +++ b/dimension/Makefile.am @@ -26,7 +26,8 @@ dist_bin_SCRIPTS = dimension # since it's not really installed, so disable the --help and --version checks AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = dimension -pkgpython_PYTHON = __init__.py +pkgpython_PYTHON = __init__.py \ + preview.py nodist_pkgpython_PYTHON = client.py clean-local: -- cgit v1.2.3