diff options
author | Jamie Bullock <postlude@users.sourceforge.net> | 2012-02-02 19:16:50 +0000 |
---|---|---|
committer | Jamie Bullock <postlude@users.sourceforge.net> | 2012-02-02 19:16:50 +0000 |
commit | ebe35fe98381ff6dcabf5a1a86ed5e05e4e992b0 (patch) | |
tree | 4d74df0549b5378cab0a93cc17840ff1e692e40c /pluginhost~/Makefile | |
parent | 9a11c76bd621422ca547412c7eeb1eb1ca09209e (diff) |
- simplified file layout
svn path=/trunk/externals/postlude/; revision=15936
Diffstat (limited to 'pluginhost~/Makefile')
-rw-r--r-- | pluginhost~/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |