aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e845c59..b882bf9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# LIBRARY_NAME variable. The folder for your project should have the same name
# as your library.
LIBRARY_NAME = ext13
-LIBRARY_VERSION = 0.17
+LIBRARY_VERSION = 0.17.0
# Next, add your .c source files to the SOURCES variable. The help files will
# be included automatically
@@ -37,7 +37,8 @@ EXTRA_DIST = d_global13.h stream13.h ext13.h ext13.c ext13-help.pd \
# where Pd lives
PD_PATH = ../../pd
# where to install the library
-libdir = /usr/local/lib
+prefix = /usr/local
+libdir = $(prefix)/lib
pkglibdir = $(libdir)/pd-externals
objectsdir = $(pkglibdir)