[beast/ebeast: 15/24] EBEAST: add Makefile.am



commit 76fb09a4272479fc4c9d5362b7b48f84c8fc3d94
Author: Tim Janik <timj gnu org>
Date:   Tue Feb 21 11:45:39 2017 +0100

    EBEAST: add Makefile.am
    
    Signed-off-by: Tim Janik <timj gnu org>

 Makefile.am        |    2 +-
 configure.ac       |    1 +
 ebeast/Makefile.am |    7 +++++++
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5e87521..baed7ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
 include $(top_srcdir)/Makefile.decl
 topdir = $(abs_top_srcdir)
 
-SUBDIRS = . data sfi bse plugins drivers shell pybeast beast-gtk launchers library tools ebeast/v8bse po 
tests docs
+SUBDIRS = . data sfi bse plugins drivers shell pybeast beast-gtk launchers library tools ebeast po tests docs
 
 noinst_DATA = HACKING.html
 EXTRA_DIST += HACKING.html
diff --git a/configure.ac b/configure.ac
index cf26888..d1ef386 100644
--- a/configure.ac
+++ b/configure.ac
@@ -690,6 +690,7 @@ bse/bseconfig.h
 bse/Makefile
 bse/icons/Makefile
 bse/res/Makefile
+ebeast/Makefile
 ebeast/v8bse/Makefile
 bse/pybse/Makefile
 bse/tests/Makefile
diff --git a/ebeast/Makefile.am b/ebeast/Makefile.am
new file mode 100644
index 0000000..f307abe
--- /dev/null
+++ b/ebeast/Makefile.am
@@ -0,0 +1,7 @@
+# BEAST & BSE
+include $(top_srcdir)/Makefile.decl
+
+SUBDIRS = v8bse .
+
+EXTRA_DIST += $(strip \
+)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]