[beast: 2/4] PLUGINS: compile with BSE_PLUGIN_COMPILATION to pick up Bse i18n macros



commit f79b2d23b9a1bcc4a9d478efb9e8b292326fcf6a
Author: Tim Janik <timj gnu org>
Date:   Wed Jun 21 13:27:01 2017 +0200

    PLUGINS: compile with BSE_PLUGIN_COMPILATION to pick up Bse i18n macros
    
    Signed-off-by: Tim Janik <timj gnu org>

 plugins/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index a13bbe9..869b7b4 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -4,7 +4,7 @@ include $(top_srcdir)/Makefile.decl
 SUBDIRS = icons . freeverb # evaluator
 
 AM_CPPFLAGS += -I$(top_srcdir) -I.
-DEFS        += @DEFINE__FILE_DIR__@ -DG_LOG_DOMAIN="\"$(strip $(basename $(<F)))\"" -DBSE_COMPILATION
+DEFS        += @DEFINE__FILE_DIR__@ -DG_LOG_DOMAIN="\"$(strip $(basename $(<F)))\"" -DBSE_PLUGIN_COMPILATION
 AM_CXXFLAGS += $(BSE_CFLAGS) $(RAPICORN_CFLAGS) -DBSE_CONVENIENCE
 
 # == IDL C++ Plugins ==


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