[beast: 4/8] BSE: move resources into bse/res/



commit 7f4185fc5bb17863958726743d5ab2bded25e3fc
Author: Tim Janik <timj gnu org>
Date:   Fri Jan 30 05:45:33 2015 +0100

    BSE: move resources into bse/res/

 bse/Makefile.am                       |    2 +-
 bse/bsestandardsynths.cc              |    2 +-
 bse/{zintern => res}/.gitignore       |    0
 bse/{zintern => res}/Makefile.am      |    0
 bse/{zintern => res}/adsr-wave-1.bse  |    0
 bse/{zintern => res}/adsr-wave-2.bse  |    0
 bse/{zintern => res}/gus-patch.bse    |    0
 bse/{zintern => res}/plain-wave-1.bse |    0
 bse/{zintern => res}/plain-wave-2.bse |    0
 configure.ac                          |    2 +-
 10 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bse/Makefile.am b/bse/Makefile.am
index cda233c..75a36dc 100644
--- a/bse/Makefile.am
+++ b/bse/Makefile.am
@@ -1,7 +1,7 @@
 # BSE - Better Sound Engine
 include $(top_srcdir)/Makefile.decl
 
-SUBDIRS = icons zintern . tests
+SUBDIRS = icons res . tests
 
 # need -I$(top_srcdir) for <bse/bsedefs.hh>
 # need -I$(top_builddir) for <sfi/sficonfig.h>
diff --git a/bse/bsestandardsynths.cc b/bse/bsestandardsynths.cc
index 7dc0a0e..428be4b 100644
--- a/bse/bsestandardsynths.cc
+++ b/bse/bsestandardsynths.cc
@@ -4,7 +4,7 @@
 #include "bsesnet.hh"
 #include "bsestandardosc.hh"
 #include <string.h>
-#include "bse/zintern/bse-resources.cc" // compile standard synth resources
+#include "bse/res/bse-resources.cc" // compile standard synth resources
 
 /* --- functions --- */
 gchar*
diff --git a/bse/zintern/.gitignore b/bse/res/.gitignore
similarity index 100%
rename from bse/zintern/.gitignore
rename to bse/res/.gitignore
diff --git a/bse/zintern/Makefile.am b/bse/res/Makefile.am
similarity index 100%
rename from bse/zintern/Makefile.am
rename to bse/res/Makefile.am
diff --git a/bse/zintern/adsr-wave-1.bse b/bse/res/adsr-wave-1.bse
similarity index 100%
rename from bse/zintern/adsr-wave-1.bse
rename to bse/res/adsr-wave-1.bse
diff --git a/bse/zintern/adsr-wave-2.bse b/bse/res/adsr-wave-2.bse
similarity index 100%
rename from bse/zintern/adsr-wave-2.bse
rename to bse/res/adsr-wave-2.bse
diff --git a/bse/zintern/gus-patch.bse b/bse/res/gus-patch.bse
similarity index 100%
rename from bse/zintern/gus-patch.bse
rename to bse/res/gus-patch.bse
diff --git a/bse/zintern/plain-wave-1.bse b/bse/res/plain-wave-1.bse
similarity index 100%
rename from bse/zintern/plain-wave-1.bse
rename to bse/res/plain-wave-1.bse
diff --git a/bse/zintern/plain-wave-2.bse b/bse/res/plain-wave-2.bse
similarity index 100%
rename from bse/zintern/plain-wave-2.bse
rename to bse/res/plain-wave-2.bse
diff --git a/configure.ac b/configure.ac
index a7d9f28..00e0660 100644
--- a/configure.ac
+++ b/configure.ac
@@ -726,7 +726,7 @@ sfi/tests/Makefile
 bse/bseconfig.h
 bse/Makefile
 bse/icons/Makefile
-bse/zintern/Makefile
+bse/res/Makefile
 bse/tests/Makefile
 plugins/Makefile
 plugins/icons/Makefile


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