From 72877db46a48421bf4bea6702eb329b7288b5e35 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 17 Jun 2010 17:46:31 +0000 Subject: ok first working version on Ubuntu, didn't touch Windows side yet svn path=/trunk/externals/ezfile/; revision=13670 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 15a2833..0d1b5a2 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1