diff options
Diffstat (limited to 'plugin-loaders')
-rwxr-xr-x | plugin-loaders/c/Makefile.am | 2 | ||||
-rwxr-xr-x | plugin-loaders/python/Makefile.am | 2 |
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) \ |