summaryrefslogtreecommitdiff
path: root/peas-demo
diff options
context:
space:
mode:
authorCraig Keogh <cskeogh@adam.com.au>2010-06-14 18:49:54 +0930
committerSteve Frécinaux <code@istique.net>2010-06-14 18:19:34 +0200
commit2123ba80357276ecf46e8f04218cb57ccb6ce774 (patch)
treebe116c7e67ed8bf19edbf25cf84faabc1fc2348f /peas-demo
parent949f7d972418d3ea44b5ffefe7cc8db9c9dc033d (diff)
downloadlibpeas-2123ba80357276ecf46e8f04218cb57ccb6ce774.tar.gz
Install to libdir rather than $prefix/lib
https://bugzilla.gnome.org/show_bug.cgi?id=621511
Diffstat (limited to 'peas-demo')
-rw-r--r--peas-demo/plugins/helloworld/Makefile.am2
-rw-r--r--peas-demo/plugins/pythonhello/Makefile.am2
-rw-r--r--peas-demo/plugins/seedhello/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/peas-demo/plugins/helloworld/Makefile.am b/peas-demo/plugins/helloworld/Makefile.am
index 7f44913..5140f90 100644
--- a/peas-demo/plugins/helloworld/Makefile.am
+++ b/peas-demo/plugins/helloworld/Makefile.am
@@ -1,4 +1,4 @@
-plugindir = $(prefix)/lib/peas-demo/plugins/helloworld
+plugindir = $(libdir)/peas-demo/plugins/helloworld
INCLUDES = \
-I$(top_srcdir) \
diff --git a/peas-demo/plugins/pythonhello/Makefile.am b/peas-demo/plugins/pythonhello/Makefile.am
index 244eead..ba08e5e 100644
--- a/peas-demo/plugins/pythonhello/Makefile.am
+++ b/peas-demo/plugins/pythonhello/Makefile.am
@@ -1,4 +1,4 @@
-plugindir = $(prefix)/lib/peas-demo/plugins/pythonhello
+plugindir = $(libdir)/peas-demo/plugins/pythonhello
plugin_PYTHON = \
pythonhello.py
diff --git a/peas-demo/plugins/seedhello/Makefile.am b/peas-demo/plugins/seedhello/Makefile.am
index 4166558..640b84c 100644
--- a/peas-demo/plugins/seedhello/Makefile.am
+++ b/peas-demo/plugins/seedhello/Makefile.am
@@ -1,4 +1,4 @@
-plugindir = $(prefix)/lib/peas-demo/plugins/seedhello
+plugindir = $(libdir)/peas-demo/plugins/seedhello
plugin_DATA = \
seedhello.js \