From 9bd005ba5b9fce2ad634d73a4c70a4a50dc3bfcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 21 Mar 2022 09:25:08 +0100 Subject: [PATCH] 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. --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index 9b1195d..c4ed7bc 100644 --- a/Makefile +++ b/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