From e27c70375702f6bd94625467f1cbcef2ed0e4bde Mon Sep 17 00:00:00 2001 From: Mike Massonnet Date: Sun, 2 Nov 2014 17:46:09 +0100 Subject: [PATCH] Fix plugin installation path --- panel-plugin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am index eeef70a..94f6b95 100644 --- a/panel-plugin/Makefile.am +++ b/panel-plugin/Makefile.am @@ -1,4 +1,4 @@ -plugindir = $(libdir)/xfce4/panel-plugins +plugindir = $(libdir)/xfce4/panel/plugins plugin_LTLIBRARIES = libnetload.la LIBS = @LIBS@ @SOLLIBS@