make path to pd-lib-builder Makefile settable

github/gitlab/... usually don't export git-submodules.
having the path configurable allows us to re-use a system-installed clone
This commit is contained in:
IOhannes m zmölnig 2017-02-27 23:02:48 +01:00
parent 33242e1839
commit d63a61098b

View file

@ -16,4 +16,5 @@ datafiles = \
# Katja Vetter. You can get it from:
# https://github.com/pure-data/pd-lib-builder
include pd-lib-builder/Makefile.pdlibbuilder
PDLIBBUILDER_DIR=pd-lib-builder/
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder