From 0b1c36145d736d1a45740ba2f935c724f3fa46c4 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 6 Mar 2009 04:40:59 -0400 Subject: [PATCH] Removed outdated reference to python/interp.py --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 48e77086..9de8b7c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -228,7 +228,6 @@ ledger_la_LIBADD = $(LIBOBJS) $(lib_LTLIBRARIES) $(INTLLIBS) pkgpython_PYTHON = python/__init__.py \ python/hello.py \ - python/interp.py \ python/server.py endif