make path to Makefile.pdlibbuilder settable in the example

i *really* want to encourage people to use a settable path.
it makes packaging a *lot* easier if it is possible to use an
upgraded Makefile.pdlibbuilder
This commit is contained in:
IOhannes m zmölnig 2020-11-24 10:51:45 +01:00 committed by umläute
parent 85b7a71d69
commit cba03bac01

View file

@ -35,7 +35,8 @@ Makefile.pdlibbuilder at the end of the Makefile. Like so:
datafiles = myclass1-help.pd myclass2-help.pd README.txt LICENSE.txt
include Makefile.pdlibbuilder
PDLIBBUILDER_DIR=.
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
For files in class.sources it is assumed that class name == source file