From ad6d1b84001a051e76d9c1ca516997e71750287a Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 22 Jun 2008 16:04:13 +0200 Subject: Split nbblib into multiple source files This necessitated - fixing nbb/nbb.in -> nbb/nbb substitution - meddling with PYTHONPATH - other fixes --- Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 52f61f2..5edfe15 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,11 +33,6 @@ include build-helpers/package-version.mk include Makefile-files include nbb/Makefile-files -if HAVE_PYTHON -PYTHONPATH = $(DESTDIR)$(pythondir) -export PYTHONPATH -endif - if HAVE_NDIM_MAN2TXT .man.txt: $(NDIM_MAN2TXT) "$<" > "$@.new" -- cgit