--- plugins/lotus-123/Makefile.in.orig	Thu Dec 30 18:29:05 1999
+++ plugins/lotus-123/Makefile.in	Fri Dec 31 12:18:15 1999
@@ -144,10 +144,10 @@
 
 GNUMERIC_SRC_DIR = $(top_srcdir)/src
 
-INCLUDES =  	-DGNOMELOCALEDIR=\""$(datadir)/locale"\" 		-DGNUMERIC_VERSION=\""$(VERSION)"\"			-I$(includedir)				 		-I$(top_srcdir)/src					$(GNOME_INCLUDEDIR)
+INCLUDES =  	-DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" 		-DGNUMERIC_VERSION=\""$(VERSION)"\"			-I$(includedir)				 		-I$(top_srcdir)/src					$(GNOME_INCLUDEDIR)
 
 
-plugindir = $(libdir)/gnumeric/plugins/$(VERSION)
+plugindir = $(datadir)/gnumeric/plugins/$(VERSION)
 
 plugin_LTLIBRARIES = libgnum_lotus.la
 
@@ -161,7 +161,7 @@
 
 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
 LIBS = @LIBS@
-libgnum_lotus_la_LDFLAGS = 
+libgnum_lotus_la_LDFLAGS = -avoid-version
 libgnum_lotus_la_LIBADD = 
 libgnum_lotus_la_OBJECTS =  boot.lo lotus.lo lotus-formula.lo
 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
