Blob Blame History Raw
--- src/Makefile.in	2009-06-21 07:48:43.000000000 -0400
+++ src/Makefile.in.new	2009-08-10 23:59:37.850193070 -0400
@@ -224,7 +224,7 @@
 top_srcdir = @top_srcdir@
 INCLUDES = -DDATADIR=\""$(pkgdatadir)"\" \
 	-DGNOMELOCALEDIR=\"$(datadir)/locale\" \
-	-DPLUGINDIR=\""$(pkglibdir)"\" $(am__append_1)
+	-DPLUGINDIR=\""$(pkgpythondir)"\" $(am__append_1)
 LDADD = $(DEPS_LIBS) $(top_builddir)/libbibutils/libbibutils.a \
 	$(am__append_2)
 referencer_SOURCES = \
--- src/Makefile.am	2008-08-03 07:30:57.000000000 -0400
+++ src/Makefile.am.new	2009-08-11 00:11:16.559479119 -0400
@@ -4,7 +4,7 @@
 
 INCLUDES = -DDATADIR=\""$(pkgdatadir)"\" \
 	 -DGNOMELOCALEDIR=\"$(datadir)/locale\" \
-	 -DPLUGINDIR=\""$(pkglibdir)"\"
+	 -DPLUGINDIR=\""$(pkgpythondir)"\"
 
 LDADD = \
 	$(DEPS_LIBS) \
--- plugins/Makefile.in	2009-06-21 07:48:43.000000000 -0400
+++ plugins/Makefile.in.new	2009-08-10 23:56:07.516477865 -0400
@@ -190,7 +190,7 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-plugindir = $(pkglibdir)
+plugindir = $(pkgpythondir)
 plugin_DATA = pubmed.py lyx.py lyx.png
 EXTRA_DIST = \
 	$(plugin_DATA)
--- plugins/Makefile.am	2008-04-16 14:35:19.000000000 -0400
+++ plugins/Makefile.am.new	2009-08-11 00:13:22.200227273 -0400
@@ -1,4 +1,4 @@
-plugindir   = $(pkglibdir)
+plugindir   = $(pkgpythondir)
 plugin_DATA = pubmed.py lyx.py lyx.png
 
 EXTRA_DIST =	\