diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-06-17 17:46:31 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-06-17 17:46:31 +0000 |
commit | 72877db46a48421bf4bea6702eb329b7288b5e35 (patch) | |
tree | 6a4ca76b80d07c003052d1e2a4fb3d4174b3f2ba /Makefile | |
parent | 18734854d151c238616a309ac593b4a3792ad17d (diff) |
ok first working version on Ubuntu, didn't touch Windows side yet
svn path=/trunk/externals/ezfile/; revision=13670
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ ## Pd library template version 1.0 # For instructions on how to use this template, see: # http://puredata.info/docs/developer/MakefileTemplate -LIBRARY_NAME = template +LIBRARY_NAME = ezfile # add your .c source files to the SOURCES variable, help files will be # included automatically -SOURCES = mycobject.c +SOURCES = getfilenames.c # For objects that only build on certain platforms, add those to the SOURCES # line for the right platforms. @@ -18,7 +18,7 @@ SOURCES_windows = # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -PDOBJECTS = mypdobject.pd +PDOBJECTS = # example patches and related files, in the 'examples' subfolder EXAMPLES = bothtogether.pd |