From f8004ff347c804227a6205fbcc579898bf059136 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 12 Nov 2012 00:42:56 +0000 Subject: completed conversion to Library Template style, including separate files for each object, shared code in lib files, etc. svn path=/trunk/externals/jackx/; revision=16536 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3fbcdd9..349fe14 100644 --- a/Makefile +++ b/Makefile @@ -6,14 +6,14 @@ LIBRARY_NAME = jackx # add your .c source files, one object per file, to the SOURCES # variable, help files will be included automatically, and for GUI # objects, the matching .tcl file too -SOURCES = jackx.c +SOURCES = jack-connect.c jack-ports.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically PDOBJECTS = # example patches and related files, in the 'examples' subfolder -EXAMPLES = +EXAMPLES = jack.pd # manuals and related files, in the 'manual' subfolder MANUAL = -- cgit v1.2.1