Skip to content
  • Jody Goldberg's avatar
    Fix some boneheadedly simple errors with plugins and begin to adopt a standard · b65f5041
    Jody Goldberg authored
    convention to avoid such sillyness in the future.
    
    1999-12-27  Jody Goldberg <jgoldberg@home.com>
    
    	* configure.in : Re-enable the python plugin by default.
    
    	* src/plugin.c (load_all_plugins) : Search in a version specific
    	  directory.
    
    	* plugins/*/Makefile.am : Install in
    	      <prefix>/lib/gnumeric/plugins/${VERSION}
    	  to decrease the number of silly version problems.
    	  Adjust the plugin names to follow the convention
    	      libgnum_<name>.so
    	  to avoid problems like the python plugin 'libpython.so'
    	  depending on the python libraries with the same name.
    b65f5041