From 9056a0602a0d235386518fbcd9de119e03b9ba52 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 5 Oct 2011 19:45:55 +0200 Subject: Make all parts disableble by configure. --- drumgizmo/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drumgizmo/Makefile.am') diff --git a/drumgizmo/Makefile.am b/drumgizmo/Makefile.am index dbbd6e3..1bdbfd4 100644 --- a/drumgizmo/Makefile.am +++ b/drumgizmo/Makefile.am @@ -1,3 +1,5 @@ +if ENABLE_CLI + SUBDIRS = input output bin_PROGRAMS = drumgizmo @@ -41,3 +43,5 @@ TEST_SCRIPT_DIR = $(top_srcdir)/tools include ${TEST_SCRIPT_DIR}/Makefile.am.test include Makefile.am.test + +endif \ No newline at end of file -- cgit v1.2.3