From 64a9eb640fa006e6e4d52f6fdf5a8eb106952bab Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 5 Aug 2011 13:59:14 +0000 Subject: downcased OSC as library name to make dir name, etc svn path=/trunk/externals/mrpeach/; revision=15203 --- osc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osc/Makefile b/osc/Makefile index 9dd0391..06855f0 100644 --- a/osc/Makefile +++ b/osc/Makefile @@ -1,4 +1,4 @@ -## Pd library template version 1.0.9 +## Pd library template version 1.0.9-zmoelnig # For instructions on how to use this template, see: # http://puredata.info/docs/developer/MakefileTemplate # @@ -6,7 +6,7 @@ # the name of this library # must not contain any spaces or weird characters (as it's used for # filenames,...) -LIBRARY_NAME = OSC +LIBRARY_NAME = osc # add your .c source files, one object per file, to the SOURCES # variable, help files will be included automatically, and for GUI -- cgit v1.2.1