--- plugins/html/Makefile.in.orig	Thu Dec 30 18:29:17 1999
+++ plugins/html/Makefile.in	Fri Dec 31 12:16:36 1999
@@ -153,14 +153,14 @@
 #
 # Where to install the plugin
 #
-plugindir = $(libdir)/gnumeric/plugins/$(VERSION)
+plugindir = $(datadir)/gnumeric/plugins/$(VERSION)
 
 plugin_LTLIBRARIES = libgnum_html.la
 
 libgnum_html_la_SOURCES = boot.h boot.c html.h html.c latex.h latex.c 				roff.h roff.c font.h font.c epsf.h epsf.c ps.h ps.c
 
 
-INCLUDES =  	-I$(GNUMERIC_SRC_DIR)					-DGNOMELOCALEDIR=\""$(datadir)/locale"\" 		-DGNUMERIC_VERSION=\""$(VERSION)"\"             	-I$(includedir)						$(GNOME_INCLUDEDIR)
+INCLUDES =  	-I$(GNUMERIC_SRC_DIR)					-DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" 		-DGNUMERIC_VERSION=\""$(VERSION)"\"             	-I$(includedir)						$(GNOME_INCLUDEDIR)
 
 
 EXTRA_DIST = README ChangeLog
@@ -172,7 +172,7 @@
 
 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
 LIBS = @LIBS@
-libgnum_html_la_LDFLAGS = 
+libgnum_html_la_LDFLAGS = -avoid-version
 libgnum_html_la_LIBADD = 
 libgnum_html_la_OBJECTS =  boot.lo html.lo latex.lo roff.lo font.lo \
 epsf.lo ps.lo
