aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 19:00:12 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 19:00:12 +0000
commitdf743be1ea4e044f5f153748dc6b56f0730c6258 (patch)
tree8430d06aa25359a5b1faf01c78776bab75a36e1a /packages/Makefile
parentcdcd6307f73ef6794c20b162376f9b0506be74bc (diff)
set pkglibdir so that things get installed properly on Mac OS X and Windows when using pd's install target
svn path=/trunk/; revision=14629
Diffstat (limited to 'packages/Makefile')
-rw-r--r--packages/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Makefile b/packages/Makefile
index c01f96af..6f803297 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -81,6 +81,7 @@ DEST_PATHS = BUILDLAYOUT_DIR=$(BUILDLAYOUT_DIR) \
DESTDIR=$(DESTDIR) \
prefix=$(prefix) \
libpddir=$(libpddir) \
+ pkglibdir=$(libpddir) \
OPT_CFLAGS="$(OPT_CFLAGS)" \
UNAME=$(UNAME)