From ebe35fe98381ff6dcabf5a1a86ed5e05e4e992b0 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Thu, 2 Feb 2012 19:16:50 +0000 Subject: - simplified file layout svn path=/trunk/externals/postlude/; revision=15936 --- pluginhost~/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pluginhost~/Makefile') diff --git a/pluginhost~/Makefile b/pluginhost~/Makefile index bb76067..d7a58ff 100644 --- a/pluginhost~/Makefile +++ b/pluginhost~/Makefile @@ -10,10 +10,10 @@ LIBRARY_NAME = pluginhost~ # add your .c source files, one object per file, to the SOURCES # variable, help files will be included automatically -SOURCES = src/pluginhost~.c +SOURCES = pluginhost~.c # Additional source files -EXTRASOURCES = src/handlers_osc.c src/jload.c src/ph_common.c src/handlers_pd.c src/jsearch.c +EXTRASOURCES = handlers_osc.c jload.c ph_common.c handlers_pd.c jsearch.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -- cgit v1.2.1