--- plugins/python/Makefile.in.orig	Thu Dec 30 18:29:20 1999
+++ plugins/python/Makefile.in	Fri Dec 31 12:10:53 1999
@@ -153,16 +153,16 @@
 #
 # Where to install the plugin
 #
-plugindir = $(libdir)/gnumeric/plugins/$(VERSION)
+plugindir = $(datadir)/gnumeric/plugins/$(VERSION)
 
 plugin_LTLIBRARIES = libgnum_python.la
 
 libgnum_python_la_SOURCES = python.c
 
-INCLUDES =  	-I$(GNUMERIC_SRC_DIR)					-DGNOMELOCALEDIR=\""$(datadir)/locale"\" 		-DGNUMERIC_VERSION=\""$(VERSION)"\"             	-I$(includedir)						$(PY_CFLAGS)					$(GNOME_INCLUDEDIR)
+INCLUDES =  	-I$(GNUMERIC_SRC_DIR)					-DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" 		-DGNUMERIC_VERSION=\""$(VERSION)"\"             	-I$(includedir)						$(PY_CFLAGS)					$(GNOME_INCLUDEDIR)
 
 
-libgnum_python_la_LDFLAGS = $(PY_LIB_LOC)  
+libgnum_python_la_LDFLAGS = -avoid-version $(PY_LIB_LOC)  
 libgnum_python_la_LIBADD = -l$(PY_LIBS) $(PY_EXTRA_LIBS)
 
 Pythonscriptsdir = $(datadir)/gnumeric/python
