build [flock] if "with-bird=yes"
we don't disable it by default, in order to keep confusion low. practically no one still has the device, and the help-patch is rather low-leverl.
This commit is contained in:
parent
fe0da7ddd6
commit
9bd005ba5b
1 changed files with 9 additions and 0 deletions
9
Makefile
9
Makefile
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
lib.name = comport
|
||||
|
||||
with-bird=no
|
||||
|
||||
class.sources = comport.c
|
||||
|
||||
datafiles = \
|
||||
|
|
@ -13,6 +15,13 @@ datafiles = \
|
|||
README.txt \
|
||||
$(empty)
|
||||
|
||||
|
||||
ifeq ($(with-bird),yes)
|
||||
class.sources += bird/bird.c
|
||||
datafiles += bird/bird-help.pd
|
||||
endif
|
||||
|
||||
|
||||
# This Makefile is based on the Makefile from pd-lib-builder written by
|
||||
# Katja Vetter. You can get it from:
|
||||
# https://github.com/pure-data/pd-lib-builder
|
||||
|
|
|
|||
Loading…
Reference in a new issue