]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
Use $libdir instead of $libexecdir in panel-plugin/Makefile.am.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Mar 2012 21:01:31 +0000 (17:01 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Mar 2012 21:01:31 +0000 (17:01 -0400)
panel-plugin/Makefile.am

index b3ae0a1b07e9073df1b916d2691020fdf17d0c25..554767f5f9b54b5e4cdeb103abf0325845e415d1 100644 (file)
@@ -29,7 +29,7 @@ INCLUDES =                                                            \
 #
 plugin_LTLIBRARIES = libhdaps.la
 
-plugindir = $(libexecdir)/xfce4/panel/plugins
+plugindir = $(libdir)/xfce4/panel/plugins
 
 libhdaps_la_SOURCES =                                          \
        hdaps.c                                                 \