diff --git a/share/lib/python/Makefile.am b/share/lib/python/Makefile.am index bf51cfc3e0..abd17eb6c8 100644 --- a/share/lib/python/Makefile.am +++ b/share/lib/python/Makefile.am @@ -11,6 +11,7 @@ neuron/units.py \ neuron/gui.py \ neuron/hclass2.py \ neuron/hclass3.py \ +neuron/hclass35.py \ neuron/__init__.py \ neuron/psection.py \ neuron/sections.py \ @@ -85,4 +86,3 @@ EXTRA_DIST = $(nobase_neuronhomepython_DATA) # if test $(NRNPYTHON_PYMAJOR) -gt 2 ; then \ # $(PY2TO3) -w $(DESTDIR)$(neuronhomepythondir) ; \ # fi - diff --git a/share/lib/python/neuron/Makefile.am b/share/lib/python/neuron/Makefile.am index 75ce5fd61c..3cc6190ed9 100644 --- a/share/lib/python/neuron/Makefile.am +++ b/share/lib/python/neuron/Makefile.am @@ -1,5 +1,3 @@ ## Files which get installed in $(prefix)/share: SUBDIRS = rxd crxd - -