summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-22 16:04:13 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:51 +0200
commitad6d1b84001a051e76d9c1ca516997e71750287a (patch)
treef910143973745ed3d31d76029af86fc512e0fe5f /Makefile.am
parent5fcdc5fb90e289ea9739a219fc77e4222eff0afb (diff)
downloadnbb-ad6d1b84001a051e76d9c1ca516997e71750287a.tar.gz
nbb-ad6d1b84001a051e76d9c1ca516997e71750287a.tar.xz
nbb-ad6d1b84001a051e76d9c1ca516997e71750287a.zip
Split nbblib into multiple source files
This necessitated - fixing nbb/nbb.in -> nbb/nbb substitution - meddling with PYTHONPATH - other fixes
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 5 deletions
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"