diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-22 05:26:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-22 05:26:48 +0000 |
commit | 331225be2ea371302c0d84ea6aba4d26bac7587c (patch) | |
tree | c98403a0e0664d44d75ef531c7fdd1a7ce48ac2d | |
parent | 1bce167c40631a338a5f9a9b48165098cb06468e (diff) |
added prefix var and three-part version name to make lintian happy
svn path=/trunk/externals/ext13/; revision=13073
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |