From 421415f7cb1ba9c8a97a1837d4f789242c2fb0e6 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 7 Nov 2011 21:10:16 -0300 Subject: using ./config/ instead of ./mate2/ --- plugin-loaders/c/Makefile.am | 2 +- plugin-loaders/python/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin-loaders') diff --git a/plugin-loaders/c/Makefile.am b/plugin-loaders/c/Makefile.am index 37df5cd3..be5df5ef 100755 --- a/plugin-loaders/c/Makefile.am +++ b/plugin-loaders/c/Makefile.am @@ -1,6 +1,6 @@ # C plugin loader -loaderdir = $(libdir)/pluma-2/plugin-loaders +loaderdir = $(libdir)/pluma/plugin-loaders INCLUDES = \ -I$(top_srcdir) \ diff --git a/plugin-loaders/python/Makefile.am b/plugin-loaders/python/Makefile.am index 64667363..ffbe0cd7 100755 --- a/plugin-loaders/python/Makefile.am +++ b/plugin-loaders/python/Makefile.am @@ -1,7 +1,7 @@ # C plugin loader SUBDIRS = bindings -loaderdir = $(libdir)/pluma-2/plugin-loaders +loaderdir = $(libdir)/pluma/plugin-loaders INCLUDES = \ -I$(top_srcdir) \ -- cgit v1.2.1