summaryrefslogtreecommitdiff
path: root/plugin-loaders
diff options
context:
space:
mode:
Diffstat (limited to 'plugin-loaders')
-rwxr-xr-xplugin-loaders/c/Makefile.am2
-rwxr-xr-xplugin-loaders/python/Makefile.am2
2 files changed, 2 insertions, 2 deletions
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) \