From 24bb55371a5d8d81b23521ebdfcde68f0035697c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 20 Sep 2015 11:36:22 +0200 Subject: Basic project based on DrumGizmo. --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..c8afeaf --- /dev/null +++ b/Makefile.am @@ -0,0 +1,6 @@ +AUTOMAKE_OPTIONS = gnu +SUBDIRS = tools src lv2 +DISTDIRS = tools src lv2 + +EXTRA_DIST = \ + version.h \ No newline at end of file -- cgit v1.2.3