diff options
Diffstat (limited to 'externals/Makefile')
-rw-r--r-- | externals/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/Makefile b/externals/Makefile index 9828c468..a816625f 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -107,6 +107,9 @@ CXXFLAGS = $(CFLAGS) # if your library isn't included in LIB_TARGETS, it won't be built with # Pd-extended. For libraries that build on all platforms, add them directly # below, otherwise add to the correct platforms below. +# +# WARNING! this MUST be all on one line because the automatic package +# building scripts rely on it being that way. LIB_TARGETS = boids bsaylor buildsrc corelibs creb cxc cyclone ext13 flib freeverb ggee hardware iem_ambi iem_bin_ambi iemlib iemmatrix loaders mapping markex maxlib mjlib motex oscx pddp pdogg pmpd sigpack smlib toxy unauthorized vbap zexy # this is for libraries that don't compile (yet) on all platforms |