From 331225be2ea371302c0d84ea6aba4d26bac7587c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 22 Jan 2010 05:26:48 +0000 Subject: added prefix var and three-part version name to make lintian happy svn path=/trunk/externals/ext13/; revision=13073 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.1