diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-27 20:45:58 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-27 20:45:58 +0000 |
commit | 8e23ebf9a66d312e6c9d4479617f04edf86f3f45 (patch) | |
tree | 7dbe5dd59e2790902817d8f08bcaf3658b9d1bb3 /externals/Makefile | |
parent | a431194e3ab505bdd5da330344b2ec72ddd43961 (diff) |
fixed up LIB_TARGETS to work with rpm and deb package building scripts
svn path=/trunk/; revision=5419
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 |