diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-08-05 13:59:14 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-08-05 13:59:14 +0000 |
commit | 64a9eb640fa006e6e4d52f6fdf5a8eb106952bab (patch) | |
tree | e324006fc1ece7fbb4442ecae0e4b76e909f474a /osc/Makefile | |
parent | c849aa9965efb5d8f6ac21bf097edc103d505a6f (diff) |
downcased OSC as library name to make dir name, etc
svn path=/trunk/externals/mrpeach/; revision=15203
Diffstat (limited to 'osc/Makefile')
-rw-r--r-- | osc/Makefile | 4 |
1 files 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 |